summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-05-19 10:31:23 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-05-19 10:31:23 +0000
commitbddb37639dd332492a524ea28da9aa34cf1a2903 (patch)
tree33bf9f864a99e5d23f72adbcd38ea97726d8ff2b /gcc/ChangeLog
parent01bbe5aaf5cf92b9f4e235dbe0fe91b5f903f679 (diff)
downloadgcc-bddb37639dd332492a524ea28da9aa34cf1a2903.tar.gz
2011-05-19 Richard Guenther <rguenther@suse.de>
* gimple.c (gimple_types_compatible_p_1): Compare names of the types themselves. (iterative_hash_gimple_type): And hash them that way. (gimple_register_type_1): If we register a main variant properly initialize the leader to ourselves. lto/ * lto.c (uniquify_nodes): First register all types before fixing up the tree SCC. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173900 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a22cc926bdd..a653ae8442f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-19 Richard Guenther <rguenther@suse.de>
+
+ * gimple.c (gimple_types_compatible_p_1): Compare names of
+ the types themselves.
+ (iterative_hash_gimple_type): And hash them that way.
+ (gimple_register_type_1): If we register a main variant properly
+ initialize the leader to ourselves.
+
2011-05-19 Tom de Vries <tom@codesourcery.com>
PR target/45098