aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
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 e2e3dd3..a80370b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-21 Bernd Schmidt <bernds@codesourcery.com>
+
+ * cfgrtl.c (cfg_layout_initialize): Weaken assert to only trigger if
+ flag_reorder_blocks_and_partition.
+ * hw-doloop.c (reorg_loops): Avoid reordering if that flag is set.
+
2014-05-21 Oleg Endo <olegendo@gcc.gnu.org>
PR target/54236