[gnu.gcc.bug] GCC problem

ravi@CS.UTEXAS.EDU (Ravi Subrahmanyan) (12/21/89)

	I'm trying to install GCC v1.35 on a sun3 running SunOS 4.0.3.
I first did a "config -m sun3-os4" and then did "make".  Everything
compiled Ok, and I got a version of gcc which works for toy programs.
I then did "make stage1" and followed the installation instructions for
recompiling gcc with gcc, as follows:

	make CC=stage1/gcc CFLAGS="-g -O -Bstage1/"

At this stage, gcc fails to compile tree.c:

	tess> make CC=stage1/gcc CFLAGS="-g -O -Bstage1/"
	stage1/gcc -c -g -O -Bstage1/  -I./config tree.c
	stage1/gcc: Program cc1 got fatal signal 11.
	*** Error code 1
	make: Fatal error: Command failed for target `tree.o'
	tess>

All other files compile without failure.

Summary: gcc-1.35 compiles with cc, but fails to compile itself.  It
has trouble with file "tree.c".

My email address is

		"oakhill!u2!ravi"@cs.utexas.edu
Thanks,

-ravi