From patchwork Tue Jun 29 20:27:54 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: RFA (middle-end): Fix PR other/44034 Date: Tue, 29 Jun 2010 10:27:54 -0000 From: IainS X-Patchwork-Id: 57317 Message-Id: To: Joern Rennecke Cc: GCC Patches On 29 Jun 2010, at 20:22, Joern Rennecke wrote: > Quoting "H.J. Lu" : > > > This patch caused: >> >> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44719 > > I have checked in the attached patch as obvious. it also caused a bootstrap fail on powerpc-apple-darwin9. I am bootstrapping with the following - but you might like to see if any other targets have a similar issue: inform (input_location, "-freorder-blocks-and-partition does not work with exceptions " Index: gcc/config/darwin.c =================================================================== --- gcc/config/darwin.c (revision 161563) +++ gcc/config/darwin.c (working copy) @@ -1864,7 +1864,7 @@ darwin_override_options (void) /* Disable -freorder-blocks-and-partition for darwin_emit_unwind_label. */ if (flag_reorder_blocks_and_partition - && (targetm.asm_out.unwind_label == darwin_emit_unwind_label)) + && (targetm.asm_out.emit_unwind_label == darwin_emit_unwind_label)) {