From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13617 invoked by alias); 9 Apr 2012 15:07:56 -0000 Received: (qmail 13598 invoked by uid 22791); 9 Apr 2012 15:07:55 -0000 X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_XL X-Spam-Check-By: sourceware.org Received: from mail-gy0-f175.google.com (HELO mail-gy0-f175.google.com) (209.85.160.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Apr 2012 15:07:42 +0000 Received: by ghbz2 with SMTP id z2so1942417ghb.20 for ; Mon, 09 Apr 2012 08:07:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.0.196 with SMTP id 4mr10941082oeg.0.1333984061337; Mon, 09 Apr 2012 08:07:41 -0700 (PDT) Received: by 10.182.111.99 with HTTP; Mon, 9 Apr 2012 08:07:41 -0700 (PDT) In-Reply-To: References: <4F7B356E.9080003@google.com> <4F7C2E74.6010501@google.com> Date: Mon, 09 Apr 2012 15:07:00 -0000 Message-ID: Subject: Re: Switching to C++ by default in 4.8 From: David Edelsohn To: Richard Guenther Cc: Gabriel Dos Reis , Diego Novillo , =?ISO-8859-1?Q?Pedro_Lamar=E3o?= , gcc@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2012-04/txt/msg00274.txt.bz2 On Mon, Apr 9, 2012 at 6:37 AM, Richard Guenther wrote: > These flags should be only used for stage2+ or when compiling with GCC. > Did you try to bootstrap with xlc or did you use --disable-bootstrap? =A0= gcov.c > is supposed to be compiled with the built GCC C++ compiler. I was attempting to bootstrap with xlc and xlC -- the IBM C and C++ native compilers. - David