ngo%tammy@harvard.harvard.edu (Tom Ngo) (01/18/90)
Machine: Sun 4/110 running OS 4.0.1
Versions: gcc 1.36, g++ 1.36.3, libg++ 1.36.3
Problem: cc1plus gets signal 6 while trying to compile stream.cc, Fix.cc
* g++ itself appears to compile smoothly
* Almost all of the *.cc files in libg++-1.36.3 appear to compile
smoothly
* The crashes occur with the default switches (-O -fstrength-reduce
...) and with minimal switches (nothing but -I../g++-include).
* If you run the processes individually ( cpp | cc1plus | as ) you
can see the crash occurring midway through cc1plus. I would be
happy to supply the output from cpp on request, as well as the
partial output from cc1plus.
* The same thing happens swith Stream.cc and Fix.cc taken from
libg++ 1.36.1.
Has anyone else seen this behavior?
--Tom Ngo