confirmed in gcc 3.0.2/x86: c/3573: Internal compiler error infixup_var_refs_1, at function.c:1922

Steven G. Johnson stevenj@ab-initio.mit.edu
Thu Oct 25 12:44:00 GMT 2001


Hi, I just wanted to confirm that:

	http://gcc.gnu.org/ml/gcc-bugs/2001-07/msg00180.html

is still present in gcc 3.0.2 (Debian GNU/Linux 2.2 on Pentium III).  To
reiterate, I get an ICE when compiling the following file with gcc -O

void kill_gcc3(void)
{
     double x = 0.0, y;
     y = *(&x);
     if (!(&y != &x)) {
     }
}

Thanks for looking into this!

Cordially,
Steven G. Johnson



More information about the Gcc-bugs mailing list