From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27323 invoked by alias); 21 Aug 2007 03:40:06 -0000 Received: (qmail 27155 invoked by uid 22791); 21 Aug 2007 03:40:05 -0000 X-Spam-Check-By: sourceware.org Received: from py-out-1112.google.com (HELO py-out-1112.google.com) (64.233.166.177) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 21 Aug 2007 03:40:01 +0000 Received: by py-out-1112.google.com with SMTP id a29so2709658pyi for ; Mon, 20 Aug 2007 20:39:59 -0700 (PDT) Received: by 10.143.160.1 with SMTP id m1mr683494wfo.1187667597956; Mon, 20 Aug 2007 20:39:57 -0700 (PDT) Received: by 10.142.81.5 with HTTP; Mon, 20 Aug 2007 20:39:57 -0700 (PDT) Message-ID: Date: Tue, 21 Aug 2007 04:17:00 -0000 From: "Andrew Pinski" To: "Jakub Jelinek" Subject: Re: [C++ PATCH] Re: gcc trunk rev. 127646 breaks bootstrap during stage 3 Cc: gcc-patches@gcc.gnu.org In-Reply-To: <20070820163316.GY2063@devserv.devel.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070820163316.GY2063@devserv.devel.redhat.com> X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg01320.txt.bz2 On 8/20/07, Jakub Jelinek wrote: > I'm sorry, I bet I forgot to make in libstdc++-v3 this time, only tested > make -C check-g++ and make -C x86_64*/libstdc++-v3. And you forgot to check to build libjava also which is required when you changed the C++ front-end. As documented on http://gcc.gnu.org/contribute.html :). I would say revert the patch until you fully (which includes building libjava too) tested your patches. --- Pinski