From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: egcs@cygnus.com Subject: latest snapshot won't bootstrap on mips-sgi-irix5.2 Date: Wed, 20 May 1998 04:58:00 -0000 Message-id: X-SW-Source: 1998-05/msg00738.html I've got a repeatable bootstrap failure on mips-sgi-irix5.2 with BOOT_CFLAGS="-O4 -g", configured with haifa scheduler disabled, but shared libraries enabled. The problem occurs while building stage2 libgcc.a (i.e., ./xgcc was built with stage1/xgcc). Here's the actual error: ./xgcc -B./ -O2 -DIN_GCC -W -Wall -O4 -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions -I. -I/n/temp1/gcctest/bin/../src/egcs/gcc -I/n/temp1/gcctest/bin/../src/egcs/gcc/config \ -c -fexceptions /n/temp1/gcctest/bin/../src/egcs/gcc/cp/exception.cc /n/temp1/gcctest/bin/../src/egcs/gcc/cp/exception.cc:312: Internal compiler error. /n/temp1/gcctest/bin/../src/egcs/gcc/cp/exception.cc:312: Please submit a full bug report to `egcs-bugs@cygnus.com'. The stack trace follows: #0 0xf9716e0 in _lfree () at malloc.c:869 #1 0xf9709d4 in _free () at malloc.c:337 #2 0xfacc370 in fclose () at flush.c:61 #3 0x4a6064 in finish_parse () at /n/temp1/gcctest/bin/../src/egcs/gcc/cp/lex.c:907 #4 0x506130 in compile_file (name=0x4e
) at /n/temp1/gcctest/bin/../src/egcs/gcc/toplev.c:2812 #5 0x5117a8 in main (argc=16, argv=0x7fffaea4, envp=0xe) at /n/temp1/gcctest/bin/../src/egcs/gcc/toplev.c:4354 -- Alexandre Oliva mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org http://www.dcc.unicamp.br/~oliva Universidade Estadual de Campinas, SP, Brasil