From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11867 invoked by alias); 18 Dec 2002 20:46:05 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 11808 invoked by uid 71); 18 Dec 2002 20:46:03 -0000 Date: Wed, 18 Dec 2002 12:46:00 -0000 Message-ID: <20021218204603.11807.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Janis Johnson Subject: Re: optimization/7154: [3.3 regression] ICE in verify_initial_elim_offsets at reload1.c:3337 Reply-To: Janis Johnson X-SW-Source: 2002-12/txt/msg00964.txt.bz2 List-Id: The following reply was made to PR optimization/7154; it has been noted by GNATS. From: Janis Johnson To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, spigel@olvs.miee.ru, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org Cc: Subject: Re: optimization/7154: [3.3 regression] ICE in verify_initial_elim_offsets at reload1.c:3337 Date: Wed, 18 Dec 2002 12:40:45 -0800 The regression reported in PR optimization/7154 showed up starting with this patch: 2002-05-28 Richard Henderson * config/i386/i386.c (ix86_save_reg): Examine regs_ever_live, not current_function_uses_pic_offset_table and current_function_uses_const_pool; examine current_function_profile. (ix86_expand_prologue): Likewise. Add pic_offset_table_rtx as input to blockage if needed. (ix86_expand_call): Do not set current_function_uses_pic_offset_table. (legitimize_pic_address): Likewise. Set regs_ever_live for pic_offset_table_rtx when invoked during reload. * config/i386/i386.h (FINALIZE_PIC): Remove. * config/i386/i386.md (tablejump): Reformat. Do not set current_function_uses_pic_offset_table. (tls_global_dynamic, tls_local_dynamic_base): Likewise. (blockage): Accept anything as operand 0. Output from the compiler when compiled with "-c -O -fPIC" on i686-linux: 7154.c: In function `foo': 7154.c:6: internal compiler error: in verify_initial_elim_offsets, at reload1.c:3350 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7154