aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@codesourcery.com>2011-11-14 23:31:13 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2011-11-14 23:31:13 +0000
commit894a84b5ed98b1fcf565f462f364db0e3d769831 (patch)
tree077e15975c6c73524eb38086ddfaaaa17a163d7b /gcc/ChangeLog
parent2747a04662929c37d3bcc96c36adc861a4611710 (diff)
downloadgcc-894a84b5ed98b1fcf565f462f364db0e3d769831.zip
gcc-894a84b5ed98b1fcf565f462f364db0e3d769831.tar.gz
gcc-894a84b5ed98b1fcf565f462f364db0e3d769831.tar.bz2
re PR rtl-optimization/51051 (build fails on cris-elf building libstdc++-v3)
PR rtl-optimization/51051 * cfgrtl.c (cfg_layout_can_merge_blocks_p): Return FALSE if the move would cause fallthrough into the exit block. From-SVN: r181371
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 13de48b..2e225e7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-15 Bernd Schmidt <bernds@codesourcery.com>
+
+ PR rtl-optimization/51051
+ * cfgrtl.c (cfg_layout_can_merge_blocks_p): Return FALSE if the
+ move would cause fallthrough into the exit block.
+
2011-11-14 Richard Henderson <rth@redhat.com>
* config/rs6000/rs6000.c (emit_load_locked): Assert the mode is handled.