summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2016-04-22 09:05:10 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2016-04-22 09:05:10 +0000
commitf29d86c738a2783d0a96ea0c5652f4409effdf2b (patch)
tree495f97f4f453f46fa0bfadbf2ab0ddb1664a37a5 /gcc/ChangeLog
parentc08d46125dfc2e400c7cb4ac3313747e6cc832f6 (diff)
downloadgcc-f29d86c738a2783d0a96ea0c5652f4409effdf2b.tar.gz
2016-04-22 Richard Biener <rguenther@suse.de>
* lto-streamer-in.c (input_ssa_names): Do not allocate GIMPLE_NOP for all SSA names. * lto-streamer-out.c (output_ssa_names): Do not output SSA names that should have been released. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235360 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d0aeef43b45..2f462c41f60 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,12 @@
2016-04-22 Richard Biener <rguenther@suse.de>
+ * lto-streamer-in.c (input_ssa_names): Do not allocate
+ GIMPLE_NOP for all SSA names.
+ * lto-streamer-out.c (output_ssa_names): Do not output
+ SSA names that should have been released.
+
+2016-04-22 Richard Biener <rguenther@suse.de>
+
PR tree-optimization/70740
* tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
VDEF.