summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2014-06-30 13:14:42 -0700
committerRichard Henderson <rth@gcc.gnu.org>2014-06-30 13:14:42 -0700
commitfc56f9d2843266a0d38f52b44ca5343604fccc2f (patch)
tree175c0fc497121c92660a49b3a816d2a4d4d565f2 /gcc/ChangeLog
parenta4a51a5262b8a12475fd7811dac3fd05f02886ce (diff)
downloadgcc-fc56f9d2843266a0d38f52b44ca5343604fccc2f.tar.gz
re PR rtl-optimization/61608 (FAIL: gcc.target/arm/epilog-1.c scan-assembler tests)
PR rtl-opt/61608 PR target/39284 * bb-reorder.c (pass_duplicate_computed_gotos::execute): Cleanup the cfg if there were any changes. * passes.def: Revert move of peephole2 after reorder_blocks; move duplicate_computed_gotos before peephole2. From-SVN: r212172
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a571eef7fa0..671fc6ce072 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+2014-06-30 Richard Henderson <rth@redhat.com>
+
+ PR rtl-opt/61608
+ PR target/39284
+ * bb-reorder.c (pass_duplicate_computed_gotos::execute): Cleanup
+ the cfg if there were any changes.
+ * passes.def: Revert move of peephole2 after reorder_blocks;
+ move duplicate_computed_gotos before peephole2.
+
2014-06-30 Uros Bizjak <ubizjak@gmail.com>
* except.c (emit_note_eh_region_end): New helper function.