From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23551 invoked by alias); 20 Jul 2011 01:15:08 -0000 Received: (qmail 23530 invoked by uid 22791); 20 Jul 2011 01:15:07 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-vx0-f175.google.com (HELO mail-vx0-f175.google.com) (209.85.220.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 20 Jul 2011 01:14:49 +0000 Received: by vxh2 with SMTP id 2so3333948vxh.20 for ; Tue, 19 Jul 2011 18:14:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.26.236 with SMTP id o12mr7741275vdg.497.1311124488553; Tue, 19 Jul 2011 18:14:48 -0700 (PDT) Received: by 10.52.106.193 with HTTP; Tue, 19 Jul 2011 18:14:48 -0700 (PDT) In-Reply-To: References: Date: Wed, 20 Jul 2011 06:28:00 -0000 Message-ID: Subject: Re: PATCH RFA: Build stages 2 and 3 with C++ From: David Edelsohn To: Ian Lance Taylor Cc: gcc-patches@gcc.gnu.org, gcc@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 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/msg00369.txt.bz2 On Tue, Jul 19, 2011 at 2:33 PM, Ian Lance Taylor wrote: > I got agreement from two global reviewers and no objections. > > I have committed this patch. > > Please let me know about any problems. This also breaks bootstrap on AIX. I cannot debug further at the moment because of a separate problem with the infrastructure at IBM, but I receive the following error during the first build of libstdc++: In file included from /farm/dje/src/src/libstdc++-v3/src/debug.cc:30:0: /tmp/20110719/powerpc-ibm-aix5.3.0.0/libstdc++-v3/include/debug/safe_local_iterator.h:91:50: error: 'size_t' has not been declared - David