aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2011-02-01 16:15:56 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2011-02-01 16:15:56 +0000
commit9939e416ee0866f95c7300f25e45fae6d9beb6eb (patch)
tree8d74b657ddb7abcb4ce8827ac122b630da6feef5 /gcc/ChangeLog
parent4a3c9687cf64bce76107b63a31241a851c8ae119 (diff)
downloadgcc-9939e416ee0866f95c7300f25e45fae6d9beb6eb.zip
gcc-9939e416ee0866f95c7300f25e45fae6d9beb6eb.tar.gz
gcc-9939e416ee0866f95c7300f25e45fae6d9beb6eb.tar.bz2
re PR tree-optimization/47559 (ICE: verify_stmts failed: statement marked for throw, but doesn't with -fnon-call-exceptions and noexcept)
2011-02-01 Richard Guenther <rguenther@suse.de> PR tree-optimization/47559 * tree-ssa-loop-im.c (can_sm_ref_p): Do not perform store-motion on references that can throw. * g++.dg/torture/pr47559.C: New testcase. From-SVN: r169487
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index baf4d94..fc3482c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-01 Richard Guenther <rguenther@suse.de>
+
+ PR tree-optimization/47559
+ * tree-ssa-loop-im.c (can_sm_ref_p): Do not perform
+ store-motion on references that can throw.
+
2011-02-01 Bernd Schmidt <bernds@codesourcery.com>
* tree-dump.c (dump_option_value_info): Add entry for TDF_CSELIB.