Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!GARNET.BERKELEY.EDU!rusty From: rusty@GARNET.BERKELEY.EDU Newsgroups: gnu.gcc.bug Subject: gcc-1.36.91, sun3, SunOS 3.5.2, config = sun3-os3 Message-ID: <8912270640.AA02624@garnet.berkeley.edu> Date: 27 Dec 89 06:40:22 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 22 I'm compiling it with a shell script that does: make CFLAGS="" make stage1 make CC=stage1/gcc CFLAGS="-fcombine-regs -fdelayed-branch -fforce-mem -fomit-frame-pointer -fstrength-reduce -O -Bstage1/" make stage2 make CC=stage2/gcc CFLAGS="-fcombine-regs -fdelayed-branch -fforce-mem -fomit-frame-pointer -fstrength-reduce -O -Bstage2/" During the 3rd make (the one after "make stage1") it blows up with: stage1/gcc -c -fcombine-regs -fdelayed-branch -fforce-mem -fomit-frame-pointer -fstrength-reduce -O -Bstage1/ -I. -I. -I./config rtlanal.c rtlanal.c: In function dead_or_set_p: rtlanal.c:498: The following insn was not recognizable: (insn 79 130 80 (set (cc0) (compare:SI (reg:SI 83) (plus:SI (reg:SI 76) (const_int 4)))) -1 (insn_list 130 (nil)) (nil)) stage1/gcc: Program cc1 got fatal signal 6. *** Error code 1 Stop.