From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3393 invoked by alias); 29 Jun 2010 20:28:19 -0000 Received: (qmail 3334 invoked by uid 22791); 29 Jun 2010 20:28:15 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from c2bthomr09.btconnect.com (HELO c2bthomr09.btconnect.com) (213.123.20.127) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 29 Jun 2010 20:28:11 +0000 Received: from thor.office (host81-138-1-83.in-addr.btopenworld.com [81.138.1.83]) by c2bthomr09.btconnect.com with ESMTP id FSS41413; Tue, 29 Jun 2010 21:27:55 +0100 (BST) X-Mirapoint-IP-Reputation: reputation=Fair-1, source=Queried, refid=0001.0A0B0301.4C2A574B.00D0, actions=tag Cc: GCC Patches Message-Id: From: IainS To: Joern Rennecke In-Reply-To: <20100629152219.le0xlwgbc4c4o488-nzlynne@webmail.spamcop.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: RFA (middle-end): Fix PR other/44034 Date: Wed, 30 Jun 2010 00:51:00 -0000 References: <20100526035246.h4v4fkajq8kcs0wk-nzlynne@webmail.spamcop.net> <20100526074705.ybxjn3la80cwkgg4-nzlynne@webmail.spamcop.net> <20100526114501.naowcook48wo0kwg-nzlynne@webmail.spamcop.net> <20100528121743.sj8wuutpdwo8ggkc-nzlynne@webmail.spamcop.net> <20100607181903.vsr8r9994w8sk4o0-nzlynne@webmail.spamcop.net> <20100608230324.rh3qk1dp9usgswsg-nzlynne@webmail.spamcop.net> <20100618052748.g619w9g8cgcgcwsw-nzlynne@webmail.spamcop.net> <20100618073622.z33i7h0t4c04cwgc-nzlynne@webmail.spamcop.net> <20100628154608.qp5i7s17hcgcgwo8-nzlynne@webmail.spamcop.net> <20100629152219.le0xlwgbc4c4o488-nzlynne@webmail.spamcop.net> X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2010-06/txt/msg03052.txt.bz2 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: 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)) { inform (input_location, "-freorder-blocks-and-partition does not work with exceptions "