re PR other/54324 (GCC install document does not list minimum required g++ version)
authorAldy Hernandez <aldyh@redhat.com>
Tue, 18 Dec 2012 15:26:27 +0000 (15:26 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Tue, 18 Dec 2012 15:26:27 +0000 (15:26 +0000)
PR other/54324
* tree-ssa-coalesce.c (struct ssa_name_var_hash): Remove "union"
from template parameter.

From-SVN: r194584

gcc/ChangeLog
gcc/tree-ssa-coalesce.c

index 16bc6664322efc6b4c633de03dc65dcb0b3e16d1..70d3ee5aba59397483996ef1d784a7158b9902ff 100644 (file)
@@ -1,3 +1,9 @@
+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
index ce04fdf7759b9fc1c17c9b623802ef6ad953c349..47eba979e1b4261c46e255fe3017ba1e8d6f6ca3 100644 (file)
@@ -1259,7 +1259,7 @@ coalesce_partitions (var_map map, ssa_conflicts_p graph, coalesce_list_p cl,
 
 /* 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;