Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!ucbvax!GARNET.BERKELEY.EDU!rusty From: rusty@GARNET.BERKELEY.EDU Newsgroups: gnu.gcc.bug Subject: gcc-1.35 dumps core compiling gnuchess-1.50 from prep Message-ID: <8904272303.AA13056@garnet.berkeley.edu> Date: 27 Apr 89 23:03:17 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: Computer Center, UC Berkeley Lines: 15 The Makefile had the following added: CC=/tuna_a/gnu/bin/gcc CFLAGS=-O -traditional -fstrength-reduce and all of the cc's were replaced with ${CC}. It bombed with /tuna_a/gnu/bin/gcc -O -traditional -fstrength-reduce -DCHESSTOOL -O -c gnuchess .c /tuna_a/gnu/bin/gcc: Program cc1 got fatal signal 6. *** Error code 1 Stop. Taking out -fstrength-reduce stops the core dumping.