sparc-sun-solaris2.5.1-egcs 1.1b internal compiler error

Jeffrey A Law law@cygnus.com
Fri Jun 25 07:01:00 GMT 1999


  In message <361A2279.B3260A18@ife.ee.ethz.ch>you write:
  > I'm getting the following with egcs 1.1b with the code snippet
  > below.
  > 
  > Tom
  > 
  > sparc-sun-solaris2.5.1-gcc -Wall -O2 -o xx.o xx.c
  > emit-rtl.c:1480: Internal compiler error in function change_address
  > 
  > void test(__complex__ float x[16])
  > {
  >         unsigned int i;
  >         __complex__ short y[16];
  > 
  >         for (i = 0; i < 16; i++)
  >                 y[i] = x[i] * 32767;
  > }
I just tried this with the current gcc-2.95 prerelease sources and it works
fine.  Presumably this bug has been fixed :-)

jeff




More information about the Gcc mailing list