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]

egcs-19980425 alphaev5-dec-osf4.0b bootstrap CRASH during stage2...


Snapshot:		egcs-19980425
Platform:		alphaev5-dec-osf4.0b
Stage1 compiler:	cc
Assembler:		native
Linker:			native
BOOT_CFLAGS:		-g -O3 -funroll-all-loops


	Egcs crashes during the stage2 build:


 > ./xgcc -B./ -DIN_GCC -W -Wall -g -O3 -funroll-all-loops -I./include
 > 	-DNO_MEM -DNO_LONG_DOUBLE_IO -O0
 > 	-DSYS_FLOAT_H_WRAP=$SYS_FLOAT_H_WRAP -I. -c ./enquire.c
 > xgcc: Internal compiler error: program cc1 got fatal signal 11
 > make[2]: *** [enquire.o] Error 1

	Here is the backtrace using dbx on cc1:

 > %dbx cc1
 > dbx version 3.11.10
 > Type 'help' for help.
 >  
 > main:   6  GNU CC is free software; you can redistribute it and/or modify
 > (dbx) run -quiet -W -Wall -g -O3 -funroll-all-loops enquire.i
 > signal IOT/Abort trap at >*[__kill, 0x3ff800e7a10]      beq     r19, 0x3ff800e7a28
 > (dbx) where
 > >  0 __kill(0x3ffc00803a8, 0x11fffecf0, 0x3ff80170bd4, 0x3ffc0080c50, 0x3ffc0082590) [0x3ff800e7a10]
 >    1 (unknown)() [0x3ff801978fc]
 >    2 __tis_raise(0x3ffc0082590, 0x1400f2e28, 0x3ff8010fb3c, 0x3ffc0080c50, 0x3ff8015a234) [0x3ff8010fb38]
 >    3 raise(0x3ff8010fb3c, 0x3ffc0080c50, 0x3ff8015a234, 0x11ffff040, 0x3ff80170bfc) [0x3ff8015a230]
 >    4 abort(0x0, 0x140050c88, 0x0, 0x0, 0x0) [0x3ff80170bf8]
 >    5 expand_null_return_1() ["stmt.c":6, 0x120097aa0]
 >    6 expand_value_return() ["stmt.c":6, 0x12009781c]
 >    7 expand_return() ["stmt.c":6, 0x1200988b4]
 >    8 c_expand_return() ["c-typeck.c":6, 0x12004e69c]
 >    9 yyparse() ["./c-parse.c":6, 0x12002a784]
 >   10 compile_file() ["toplev.c":6, 0x12005e374]
 >   11 main() ["toplev.c":6, 0x12006521c]
 > (dbx)
--
Kaveh R. Ghazi			Project Manager / Custom Development
ghazi@caip.rutgers.edu		Icon CMT Corp.


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