From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27335 invoked by alias); 20 Jul 2011 14:34:47 -0000 Received: (qmail 27247 invoked by uid 22791); 20 Jul 2011 14:34:46 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SARE_RAND_1 X-Spam-Check-By: sourceware.org Received: from moene.org (HELO moene.org) (82.95.66.103) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 20 Jul 2011 14:34:31 +0000 Received: from localhost ([::1]) by moene.org with esmtp (Exim 4.76) (envelope-from ) id 1QjXr3-0001C7-7J; Wed, 20 Jul 2011 16:34:29 +0200 Message-ID: <4E26E775.7070802@moene.org> Date: Wed, 20 Jul 2011 15:06:00 -0000 From: Toon Moene User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110626 Icedove/3.1.11 MIME-Version: 1.0 To: Ian Lance Taylor CC: gcc-patches@gcc.gnu.org, gcc@gcc.gnu.org Subject: Re: PATCH RFA: Build stages 2 and 3 with C++ References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2011-07/txt/msg00382.txt.bz2 On 07/19/2011 08:33 PM, Ian Lance Taylor wrote: >> 2011-07-15 Ian Lance Taylor >> >> * configure.ac: Add --enable-build-poststage1-with-cxx. If set, >> make C++ a boot_language. Set and substitute >> POSTSTAGE1_CONFIGURE_FLAGS. >> * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable. >> (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS). >> * configure, Makefile.in: Rebuild. > > > I got agreement from two global reviewers and no objections. > > I have committed this patch. > > Please let me know about any problems. This was probably the reason for: http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg02302.html I subsequently performed the following bootstrap (--enable-languages=c++), which succeeded: http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg02352.html So I changed my "lto" bootstrap script to do the following: language=fortran if [ $RANDOM -lt 16384 ] then language=ada fi ... ../gcc/configure \ ... --enable-languages=c++,$language \ Still have to see if this will fit in the 2:20 hour gap between two weather forecasting runs. Cheers, -- Toon Moene - e-mail: toon@moene.org - phone: +31 346 214290 Saturnushof 14, 3738 XG Maartensdijk, The Netherlands At home: http://moene.org/~toon/; weather: http://moene.org/~hirlam/ Progress of GNU Fortran: http://gcc.gnu.org/wiki/GFortran#news