From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24127 invoked by alias); 6 Sep 2010 17:18:17 -0000 Received: (qmail 24115 invoked by uid 22791); 6 Sep 2010 17:18:15 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-ww0-f51.google.com (HELO mail-ww0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 06 Sep 2010 17:18:06 +0000 Received: by wwi18 with SMTP id 18so2402218wwi.8 for ; Mon, 06 Sep 2010 10:18:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.28.213 with SMTP id g63mr3028444wea.71.1283793484108; Mon, 06 Sep 2010 10:18:04 -0700 (PDT) Received: by 10.216.164.65 with HTTP; Mon, 6 Sep 2010 10:18:04 -0700 (PDT) In-Reply-To: References: <4C7D26EA.6020807@codesourcery.com> <4C83DB83.9080404@codesourcery.com> <4C83E189.1030601@codesourcery.com> <4C841725.4070603@net-b.de> Date: Mon, 06 Sep 2010 17:18:00 -0000 Message-ID: Subject: Re: End of GCC 4.6 Stage 1: October 27, 2010 From: NightStrike To: Richard Guenther Cc: Richard Guenther , Tobias Burnus , Gerald Pfeifer , Mark Mitchell , GCC , "Joseph S. Myers" , Jakub Jelinek Content-Type: text/plain; charset=windows-1252 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: 2010-09/txt/msg00064.txt.bz2 On Mon, Sep 6, 2010 at 12:21 PM, Richard Guenther wrote: > On Mon, Sep 6, 2010 at 6:19 PM, NightStrike wrote: >> On Mon, Sep 6, 2010 at 5:21 AM, Richard Guenther wro= te: >>> On Mon, 6 Sep 2010, Tobias Burnus wrote: >>> >>>> Gerald Pfeifer wrote: >>>> > Do you have a pointer to testresults you'd like us to use for refere= nce? >>>> > >>>> > =A0From our release criteria, for secondary platforms we have: >>>> > >>>> > =A0 =A0=95 The compiler bootstraps successfully, and the C++ runtime= library >>>> > =A0 =A0 =A0builds. >>>> > =A0 =A0=95 The DejaGNU testsuite has been run, and a substantial maj= ority of the >>>> > =A0 =A0 =A0tests pass. >>>> >>>> See for instance: >>>> =A0 http://gcc.gnu.org/ml/gcc-testresults/2010-09/msg00295.html >>> >>> There are no libstdc++ results in that. >>> >>> Richard. >> >> This is true. =A0I always run make check-gcc. =A0What should I be doing = instead? > > make -k check > Ugh. And I thought I was golden :) This apparently requires autogen to do something about fixincludes/check.tpl. I have no idea what that is or what that means.... I'll report back. Any insight you can provide is greatly appreciated.