[gnu.g++.lib.bug] 1.36.2 Sun 4 OS 4.0.3 - got it going?

newman@pixel.cps.msu.edu (Timothy S Newman) (12/12/89)

I have version 1.36.2 of gcc, g++, and libg++.

I am trying to build libg++ on  Sun 4 OS 4.0.3 after completing installation
of gcc and g++.
I have gas installed, but no gnu ld.  I am using collect.c instead of gnu ld.
I cannot compile the program stream.cc in libg++/src.  I tried the following compile
line:
g++ -I/usr/local/g++/libg++/g++-include -g -O -fstrength-reduce -felide-construc
tors -f schedule-insns -fdelayed-branch -fsave-memoized -Wall -pipe -c stream.cc

The error message is:

g++: Program cc1plus got fatal signal 6.

Do you have any insights into this?  I wish I at least could find out
which line the compiler was dying on.

Thanks for any insights you may have.