summaryrefslogtreecommitdiff
path: root/gcc/lto/ChangeLog
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-06 09:54:06 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-06 09:54:06 +0000
commit90f56810247b62e5ad1c435dbe83a91c7974c275 (patch)
tree74b564fcecfa65fe616c1269328df3279547f6bb /gcc/lto/ChangeLog
parentef4cf572d689c6f9a02c9d18789dd4598883602b (diff)
downloadgcc-90f56810247b62e5ad1c435dbe83a91c7974c275.tar.gz
2012-03-06 Richard Guenther <rguenther@suse.de>
PR lto/52097 * lto.c (uniquify_nodes): Merge TYPE_FIELDS of variant types. * gcc.dg/lto/pr52097_0.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184981 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r--gcc/lto/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index 6d074db096c..16624e61482 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-06 Richard Guenther <rguenther@suse.de>
+
+ PR lto/52097
+ * lto.c (uniquify_nodes): Merge TYPE_FIELDS of variant types.
+
2012-02-28 Richard Guenther <rguenther@suse.de>
PR lto/52400