]> git.ipfire.org Git - thirdparty/gcc.git/commit
gengtype-parse.c (require_template_declaration): Allow '+' in template parameters.
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 25 Jun 2015 17:16:44 +0000 (17:16 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 25 Jun 2015 17:16:44 +0000 (17:16 +0000)
commite0702244b8e0fa5555e20b5554545bab9d06927f
treef415bf86a67f1423c4e6ac1b4d5c826ba1116f12
parent1c9524603bf6207984cc21e7df6520e935a85e35
gengtype-parse.c (require_template_declaration): Allow '+' in template parameters.

gcc/
* gengtype-parse.c (require_template_declaration): Allow '+' in
template parameters.  Consolidate cases.
* hash-traits.h (int_hash): New class.
* alias.c (alias_set_hash): New structure.
(alias_set_traits): Use it.
* symbol-summary.h (function_summary::map_hash): New class.
(function_summary::summary_hashmap_traits): Use it.
* tree-inline.h (dependence_hash): New class.
(dependence_hasher): Use it.
* tree-ssa-reassoc.c (oecount_hasher): Use int_hash.
* value-prof.c (profile_id_hash): New class.
(profile_id_traits): Use it.

From-SVN: r224973
gcc/ChangeLog
gcc/alias.c
gcc/gengtype-parse.c
gcc/hash-traits.h
gcc/symbol-summary.h
gcc/tree-inline.h
gcc/tree-ssa-reassoc.c
gcc/value-prof.c