From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27744 invoked by alias); 14 Nov 2011 14:19:22 -0000 Received: (qmail 27732 invoked by uid 22791); 14 Nov 2011 14:19:21 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 14 Nov 2011 14:19:07 +0000 From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/51094] [4.7 Regression] Bootstrap failure at revision 181279 on non-ELF targets Date: Mon, 14 Nov 2011 14:32:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at CeBiTec dot Uni-Bielefeld.DE X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-11/txt/msg01388.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51094 --- Comment #16 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-11-14 14:17:50 UTC --- > --- Comment #15 from Iain Sandoe 2011-11-14 08:47:16 UTC --- > Created attachment 25814 > --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25814 > adjustment to final.c > > (just a heads up) > although not a bootstrap issue, this revision also caused a fair number of > regressions at m64 on i686/powerpc-darwin9. This is where the m32 target has > an m64 multilib. > > I am testing the patch on *-darwin9 and x86-64-darwin10. I'm seeing the same issue on i386-pc-solaris2.11 for the 64-bit multilib, while amd64-pc-solaris2.11 is fine. I'm running a bootstrap with your patch included on i386-pc-solaris2.10 now. On Solaris/SPARC, I also need the patch for PR rtl-optimization/51051 and remove the definition of ASM_GENERATE_INTERNAL_LABEL in gcc/config/sparc/sol2.h. There's going to be much similar fallout in other ports, too, since private definitions of that macro are widespread. Thanks. Rainer