From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13040 invoked by alias); 22 Sep 2009 21:42:47 -0000 Received: (qmail 12960 invoked by uid 48); 22 Sep 2009 21:42:25 -0000 Date: Tue, 22 Sep 2009 21:42:00 -0000 Message-ID: <20090922214225.12959.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/41405] [4.5 Regression] Bootstrap fails on *-apple-darwin* due to revision 151815 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "developer at sandoe-acoustics dot co dot uk" 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: 2009-09/txt/msg02115.txt.bz2 ------- Comment #43 from developer at sandoe-acoustics dot co dot uk 2009-09-22 21:42 ------- (In reply to comment #42) > Are you building with --enable-build-with-cxx or something similar? > libstdc++-v3 isn't normally compared. The difference you are seeing is likely > related to different random seed, you'd need to pass the same > -frandom-seed=XXXX in both stage2 and stage3 builds... --enable-stage1-languages=c,c++ AFAIK this is now necessary when building in-tree GMP/MPFR . If that requirement has been lifted.. then this problem will evaporate (or I can take a diff. approach to building GMP/MPFR). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41405