From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21817 invoked by alias); 16 Oct 2010 19:16:15 -0000 Received: (qmail 21807 invoked by uid 22791); 16 Oct 2010 19:16:14 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID,TW_BJ,TW_CX,TW_DC 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; Sat, 16 Oct 2010 19:16:07 +0000 From: "ahaas at airmail dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/46018] [4.6 Regression] Bootstrap fails on i386-pc-solaris2.10 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: ahaas at airmail dot net X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.6.0 X-Bugzilla-Changed-Fields: 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 Date: Sat, 16 Oct 2010 19:16:00 -0000 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: 2010-10/txt/msg01367.txt.bz2 Message-ID: <20101016191600.NbqMtSfanZwDEdJS7XFR2NzhmobfqBHuFvGUWh9VemA@z> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46018 --- Comment #5 from Art Haas 2010-10-16 19:15:51 UTC --- This morning's build succeeded: $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/export/home/arth/local/libexec/gcc/i386-pc-solaris2.10/4.6.0/lto-wrapper Target: i386-pc-solaris2.10 Configured with: /home/ahaas/gnu/gcc.git/configure --prefix=/export/home/arth/local --enable-languages=c,c++,objc,fortran --disable-nls --with-gmp=/export/home/arth/local --with-mpfr=/export/home/arth/local --enable-checking=release --enable-threads=posix --with-gnu-as --with-as=/export/home/arth/local/bin/as --with-gnu-ld --with-ld=/export/home/arth/local/bin/ld --enable-libstdcxx-pch=no --enable-objc-gc --build=i386-pc-solaris2.10 Thread model: posix gcc version 4.6.0 20101016 (experimental) (GCC) $ A build from yesterday morning failed, so some patch applied within the last 24 hours has resolved the issue I've been seeing. I'll try to do a reverse 'git bisect' to determine which patch actually fixed the build.