internal compiler error in gcc-2.95.2 on i686-pc-linux-gnu

Karsten Trulsen karsten.trulsen@c2i.net
Wed Oct 27 11:41:00 GMT 1999


When the following stub test.i is compiled with the command

gcc -v -O -S test.i

===========================================================

void
p (__complex__ double *t, int n)
{
  int i;
  ({ __complex__ double a = t[n/2]; });
  for (i = 1; i < n/2; i++)
    ({ __complex__ double a = t[n/2]; });
}

===========================================================

the following error message is obtained

===========================================================

Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/specs
gcc version 2.95.2 19991024 (release)
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/cc1 test.i -quiet -O -version -o test.s
GNU C version 2.95.2 19991024 (release) (i686-pc-linux-gnu) compiled by GNU C version 2.95.2 19991024 (release).
test.i: In function `p':
test.i:8: Internal compiler error in `reg_overlap_mentioned_p', at rtlanal.c:961Please submit a full bug report.
See <URL: http://www.gnu.org/software/gcc/faq.html#bugreport > for instructions.



Best regards,
Karsten Trulsen
karsten.trulsen@c2i.net




More information about the Gcc-bugs mailing list