OSDN Git Service

PR bootstrap/42347
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 May 2010 17:19:46 +0000 (17:19 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:10:28 +0000 (14:10 +0900)
* cfglayout.c (fixup_reorder_chain): Allow returnjump_p
to have no fallthru edge.

* gcc.c-torture/compile/pr42347.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159496 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/testsuite/ChangeLog

index eeb5110..87f27e7 100644 (file)
@@ -1,5 +1,9 @@
 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
 
+       PR bootstrap/42347
+       * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
+       to have no fallthru edge.
+
        PR middle-end/44102
        * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
        bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
index dfe8de7..fcc6968 100644 (file)
@@ -1,5 +1,8 @@
 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
 
+       PR bootstrap/42347
+       * gcc.c-torture/compile/pr42347.c: New test.
+
        PR middle-end/44102
        * g++.dg/ext/asmgoto1.C: New test.