From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15869 invoked by alias); 6 Dec 2001 01:07:55 -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 15848 invoked from network); 6 Dec 2001 01:07:54 -0000 Received: from unknown (HELO palrel11.hp.com) (156.153.255.246) by sources.redhat.com with SMTP; 6 Dec 2001 01:07:54 -0000 Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel11.hp.com (Postfix) with ESMTP id D1BA81FA40 for ; Wed, 5 Dec 2001 17:07:51 -0800 (PST) Received: from moshpit.cup.hp.com (moshpit.cup.hp.com [15.0.98.168]) by adlmail.cup.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with ESMTP id RAA25505 for ; Wed, 5 Dec 2001 17:07:51 -0800 (PST) Received: (from reva@localhost) by moshpit.cup.hp.com (8.8.6 (PHNE_16852)/8.8.6) id RAA16690 for gcc@gcc.gnu.org; Wed, 5 Dec 2001 17:07:50 -0800 (PST) Date: Wed, 05 Dec 2001 17:07:00 -0000 From: Reva Cuthbertson Message-Id: <200112060107.RAA16690@moshpit.cup.hp.com> To: gcc@gcc.gnu.org Subject: ICE on IA-64 when compiling SPEC 2000 176.gcc at -O1 Mime-Version: 1.0 Content-Type: text/plain; charset=X-roman8 Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00257.txt.bz2 Hello, I am getting an internal compiler error when I compile the SPEC 2000 benchmark 176.gcc with -O1 on IA-64 with gcc V3.1 on HP-UX and Linux. The ICE happens in find_free_reg() in local-alloc.c and it happens because the born_index > death_index test fails so we call abort(). It looks like the death_index is never set up properly as it is -1. Has anyone else seen this? Thanks! Reva Cuthbertson reva@cup.hp.com