This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/8518: Segmentation fault in gcc when compiling mplayer
- From: reichelt at igpm dot rwth-aachen dot de
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, klaas dot decanniere at pandora dot be, nobody at gcc dot gnu dot org
- Date: 13 Nov 2002 22:18:42 -0000
- Subject: Re: c/8518: Segmentation fault in gcc when compiling mplayer
- Reply-to: reichelt at igpm dot rwth-aachen dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, klaas dot decanniere at pandora dot be, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
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