rusty@GARNET.BERKELEY.EDU (04/28/89)
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.rusty@GARNET.BERKELEY.EDU (04/28/89)
I forgot to say that this core occurs on a Sun running SunOS 3.5; it
doesn't happen on a VAX.
Date: Thu, 27 Apr 89 16:03:14 EST
From: rusty
To: gnu-gcc-bug@ucbvax
Subject: gcc-1.35 dumps core compiling gnuchess-1.50 from prep
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.