This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c/4415
- To: nobody at gcc dot gnu dot org
- Subject: Re: c/4415
- From: Reichelt <reichelt at igpm dot rwth-aachen dot de>
- Date: 28 Sep 2001 11:56:01 -0000
- Cc: gcc-prs at gcc dot gnu dot org,
- Reply-To: Reichelt <reichelt at igpm dot rwth-aachen dot de>
The following reply was made to PR c/4415; it has been noted by GNATS.
From: Reichelt <reichelt@igpm.rwth-aachen.de>
To: gcc-gnats@gcc.gnu.org, z0001@zorzella.com, gcc-bugs@gcc.gnu.org
Cc:
Subject: Re: c/4415
Date: Fri, 28 Sep 2001 13:55:12 +0200
Hi,
after some editing (the original testcase got corrupted somehow)
I was able to reproduce the problem on an i686-pc-linux-gnu with
gcc 3.0.2 20010924 (prerelease).
Here is a smaller testcase that does the same trick (ICE):
void f (int, ...);
int g (int i)
{
if (i) i=1; else i=0;
f(0);
return i;
}
Just compile with "gcc -O2 -march=k6 -c <filename>".
Greetings,
Volker Reichelt
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4415&database=gcc