From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5069 invoked by alias); 19 Apr 2004 11:13:04 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 5046 invoked from network); 19 Apr 2004 11:13:03 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by sources.redhat.com with SMTP; 19 Apr 2004 11:13:03 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BFWhz-0003Bv-00 for ; Mon, 19 Apr 2004 13:13:03 +0200 Received: from paride.rett.polimi.it ([131.175.65.135]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Apr 2004 13:13:03 +0200 Received: from bonzini by paride.rett.polimi.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Apr 2004 13:13:03 +0200 To: gcc-patches@gcc.gnu.org From: "Paolo Bonzini" Subject: Re: Patch ping Date: Mon, 19 Apr 2004 11:13:00 -0000 Message-ID: References: <1082371256.7482.129.camel@pc> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: paride.rett.polimi.it X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-SW-Source: 2004-04/txt/msg01141.txt.bz2 > > Also, I guess would have been found earlier if the Ada testsuite had tested > > all optimization levels [...] > > Well, if you don't include Ada in the build, the Ada testsuite flags > don't matter much :). Well, failures on ia64 will go unnoticed on i686 even if I include Ada in the build. > Any reason that Ada is not running on your > i686-pc-linux-gnu machine? (most distribution have Ada lying around > these days) I've not spent much time looking at it, but all I could find in Debian (apt-get install gnat) is a gcc-2.8.1 based gnat which is not picked up by configure (its gnatmake does not invoke the installed gcc). > For Ada we have to make a trade-off, running once the Ada testsuite > takes more time the whole C language test suite (28 minutes vs 17 > minutes on my Athlon 2600+), so running 5 times the Ada testsuite > is not something that will go unnoticed :). I see. Paolo