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]

Last Internal compiler error on Alpha Linux (glibc 2.1.1)



egcs version: 1.1.2
system type: Alpha (linux)
command line: (from nextaw 0.5.1 source)

gcc -c   -I. -I/usr/X11R6/include   -Dlinux -D__alpha__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE=500L  
-D_BSD_SOURCE -D_SVID_SOURCE -D_REENTRANT  -DUSEGRAY -DNO_MENU_LINES
-D_REENTRANT -DFUNCPROTO=15 -DNARROWPROTO  -DHAS_WCHAR_H -DHAS_WCTYPE_H
-DNO_WIDEC_H -O2  Scrollbar.c -o unshared/Scrollbar.o

I get this:

../../gcc/function.c:2416: Internal compiler error in function
fixup_memory_subreg

This appears to be an optimiser bug on the Alphas (running Linux).  Even
if I compile it with -O2, -O1, -O0, it still gives the above error.  If,
however, I eliminate all optimisation, it compiles fine.  I'm attaching
the preprocessed code.

That's it for today.  Keep me posted.

C

Scrollbar.i.gz


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