From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22364 invoked by alias); 27 Dec 2002 15:45:18 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 22354 invoked from network); 27 Dec 2002 15:45:17 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (66.187.233.200) by 209.249.29.67 with SMTP; 27 Dec 2002 15:45:17 -0000 Received: from tornado.toronto.redhat.com (IDENT:hRu+QvZFbVzUFku0ujfmAOvLosw/b9jt@tornado.toronto.redhat.com [172.16.14.228]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id gBRFj3Y14760; Fri, 27 Dec 2002 10:45:03 -0500 Received: from tornado.toronto.redhat.com (localhost [127.0.0.1]) by tornado.toronto.redhat.com (8.12.5/8.12.5) with ESMTP id gBRFj3ZF002820; Fri, 27 Dec 2002 10:45:03 -0500 Received: (from dnovillo@localhost) by tornado.toronto.redhat.com (8.12.5/8.12.5/Submit) id gBRFj25J002818; Fri, 27 Dec 2002 10:45:02 -0500 Date: Fri, 27 Dec 2002 09:57:00 -0000 From: Diego Novillo To: Andreas Jaeger Cc: gcc@gcc.gnu.org Subject: Re: [tree-ssa] Mainline merge as of 2002-12-26 Message-ID: <20021227154502.GC2688@tornado.toronto.redhat.com> References: <20021227015142.GA31216@tornado.toronto.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Organization: Red Hat Canada X-SW-Source: 2002-12/txt/msg01458.txt.bz2 On Fri, 27 Dec 2002, Andreas Jaeger wrote: > Diego Novillo writes: > > > Bootstrapped and tested x86 and ppc. > > Unfortunatly it fails for me right now on i686-linux-gnu with: > Is this on athlon? Very strange. Both SPEC95 and SPEC2000 testers bootstrapped fine with yesterday's merge. I see that you added 'rtl' to --enable-checking. Could that be the difference? I configured with the default flags. Diego.