From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21005 invoked by alias); 13 Nov 2002 22:18:42 -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 20986 invoked by uid 61); 13 Nov 2002 22:18:42 -0000 Date: Wed, 20 Nov 2002 05:06:00 -0000 Message-ID: <20021113221842.20985.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, klaas.decanniere@pandora.be, nobody@gcc.gnu.org From: reichelt@igpm.rwth-aachen.de Reply-To: reichelt@igpm.rwth-aachen.de, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, klaas.decanniere@pandora.be, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: c/8518: Segmentation fault in gcc when compiling mplayer X-SW-Source: 2002-11/txt/msg00636.txt.bz2 List-Id: Synopsis: Segmentation fault in gcc when compiling mplayer State-Changed-From-To: open->analyzed State-Changed-By: reichelt State-Changed-When: Wed Nov 13 14:18:41 2002 State-Changed-Why: Confirmed. A smaller testcase is the following: ----------------------snip here------------------ extern inline int foo () { return 0; } extern inline int bar () { return 0; } static inline int bar () { return foo(); } ----------------------snip here------------------ Just compile with "gcc -O -c" to see the ICE. The bug is present in gcc 3.1 - 3.2.1 and mainline. It is a regression from gcc 3.0.x where the code compiled fine. Thus, "high priority". http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8518