From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3252 invoked by alias); 27 Mar 2003 00:36:01 -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 3233 invoked by uid 71); 27 Mar 2003 00:36:00 -0000 Date: Thu, 27 Mar 2003 00:53:00 -0000 Message-ID: <20030327003600.3232.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Janis Johnson Subject: Re: debug/9864: [3.2/3.3/3.4 regression] Fortran ICE in dwarf2out:add_abstract_origin_attribute with -g -O -finline-functions Reply-To: Janis Johnson X-SW-Source: 2003-03/txt/msg01860.txt.bz2 List-Id: The following reply was made to PR debug/9864; it has been noted by GNATS. From: Janis Johnson To: gcc-gnats@gcc.gnu.org, jiri.pittner@jh-inst.cas.cz, gcc-bugs@gcc.gnu.org, toon@moene.indiv.nluug.nl, nobody@gcc.gnu.org, gcc-prs@gcc.gnu.org, aoliva@redhat.com Cc: Subject: Re: debug/9864: [3.2/3.3/3.4 regression] Fortran ICE in dwarf2out:add_abstract_origin_attribute with -g -O -finline-functions Date: Wed, 26 Mar 2003 16:34:08 -0800 The regression appeared with this patch: 2002-02-26 Alexandre Oliva * dwarf2out.c (gen_inlined_subroutine_die): If block is abstract, generate a die for the lexical block. The hunt used the small test case on i686-pc-linux-gnu with the options "-O -finline-functions -g", with mainline. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9864