* ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
typedefs.
From-SVN: r247791
+2017-05-09 Nathan Sidwell <nathan@acm.org>
+
+ * ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
+ typedefs.
+
2017-05-09 Marek Polacek <polacek@redhat.com>
* doc/invoke.texi: Fix typo.
};
template <>
-struct default_hash_traits <type_pair> : typed_noop_remove <type_pair>
+struct default_hash_traits <type_pair>
+ : typed_noop_remove <type_pair>
{
- typedef type_pair value_type;
- typedef type_pair compare_type;
+ GTY((skip)) typedef type_pair value_type;
+ GTY((skip)) typedef type_pair compare_type;
static hashval_t
hash (type_pair p)
{