aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2014-08-06 13:53:09 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2014-08-06 13:53:09 +0000
commitb12c44e901b1ba76db05370aaa61c86ed4df32d0 (patch)
tree31dbcf3d8daed7e6ab638931773558b004f11b6d /gcc/ChangeLog
parentabf30454485f80571295374f2d7b17381c5466d6 (diff)
downloadgcc-b12c44e901b1ba76db05370aaa61c86ed4df32d0.zip
gcc-b12c44e901b1ba76db05370aaa61c86ed4df32d0.tar.gz
gcc-b12c44e901b1ba76db05370aaa61c86ed4df32d0.tar.bz2
re PR lto/62034 (ICE for big statically initialized arrays compiled with LTO)
2014-08-06 Richard Biener <rguenther@suse.de> PR lto/62034 * lto-streamer-in.c (lto_input_tree_1): Assert we do not read SCCs here. (lto_input_tree): Pop SCCs here. From-SVN: r213664
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 17882cd..3891aec 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,12 @@
2014-08-06 Richard Biener <rguenther@suse.de>
+ PR lto/62034
+ * lto-streamer-in.c (lto_input_tree_1): Assert we do not read
+ SCCs here.
+ (lto_input_tree): Pop SCCs here.
+
+2014-08-06 Richard Biener <rguenther@suse.de>
+
PR tree-optimization/61320
* tree-ssa-loop-ivopts.c (may_be_unaligned_p): Properly
handle misaligned loads.