* tree-ssa-coalesce.c (struct ssa_name_var_hash): Remove "union"
from template parameter.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194584
138bc75d-0d04-0410-961f-
82ee72b054a4
+2012-12-18 Aldy Hernandez <aldyh@redhat.com>
+
+ PR other/54324
+ * tree-ssa-coalesce.c (struct ssa_name_var_hash): Remove "union"
+ from template parameter.
+
2012-12-18 Richard Biener <rguenther@suse.de>
PR middle-end/54838
/* Hashtable support for storing SSA names hashed by their SSA_NAME_VAR. */
-struct ssa_name_var_hash : typed_noop_remove <union tree_node>
+struct ssa_name_var_hash : typed_noop_remove <tree_node>
{
typedef union tree_node value_type;
typedef union tree_node compare_type;