c/4415
Reichelt
reichelt@igpm.rwth-aachen.de
Fri Sep 28 04:49:00 GMT 2001
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
More information about the Gcc-bugs
mailing list