This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]