[gnu.g++.bug] cc1plus got fatal error

how@IVY.UCDAVIS.EDU (W. Wilson Ho) (02/14/90)

Environment: sparc, SunOS 4.0, g++-1.36.4, libg++-1.36.3,
	g++ compiled by gcc 1.36.

Problem:

	g++ compiled and installed without any problem.  When
installing libg++ (typing "make src"), got error:

g++: Program cc1plus got fatal signal 6.

The command that caused this error was:

g++ -I/ucdeecs/usr/pkg/gnu/build.sparc/libg++-1.36.3/g++-include -g -O -fstrength-reduce  -felide-constructors -fschedule-insns -fdelayed-branch -fsave-memoized -Wall  -pipe -c  stream.cc

	Please let me know if more information is needed.

Wilson

tiemann@teacake.ebay.sun.com (Michael Tiemann) (02/14/90)

GNU C++ 1.36.4 goes beyond what GCC 1.36 is willing todo on sparc.
Linking against 1.37 is a better alternative.  I'll have version
1.37.0 out very soon.

Michael