From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5677 invoked by alias); 28 Oct 2002 20:52:10 -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 5658 invoked from network); 28 Oct 2002 20:52:09 -0000 Received: from unknown (HELO egil.codesourcery.com) (66.92.14.122) by sources.redhat.com with SMTP; 28 Oct 2002 20:52:09 -0000 Received: from zack by egil.codesourcery.com with local (Exim 3.36 #1 (Debian)) id 186Grn-00033w-00; Mon, 28 Oct 2002 12:52:07 -0800 Date: Mon, 28 Oct 2002 23:24:00 -0000 From: Zack Weinberg To: Andreas Jaeger Cc: gcc@gcc.gnu.org Subject: Re: [basic-improvements] Merge from trunk Message-ID: <20021028205207.GE24090@codesourcery.com> References: <20021028193828.GD24090@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-SW-Source: 2002-10/txt/msg01641.txt.bz2 On Mon, Oct 28, 2002 at 08:44:12PM +0100, Andreas Jaeger wrote: > Zack Weinberg writes: > > > The merge tag is gcc-3_4-basic-improvements-merge-20021027. > > Bootstrapped i686-linux without Ada - Ada is broken on mainline at > > present (the Storage_Error ICE reported elsewhere). > > > > Both mainline and branch are crashing on a variety of test cases at > > -O1 and only -O1. Failures are of the form > > > > 20020604-1.c: In function `foo': > > 20020604-1.c:87: internal compiler error: virtual array reg_n_info[92]: > > element 92 out of bounds in init_alias_analysis, at alias.c:2814 > > This should be the same problem as the Ada problem, I suggest to test > Honza's patch before spending any more time on it. Hopefully soon > somebody finds time to review Honza's patch for that problem... Yes, that patch makes all the check-gcc failures that I was seeing go away. Thanks for the pointer. zw