Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!harvard.harvard.edu!ngo%tammy From: ngo%tammy@harvard.harvard.edu (Tom Ngo) Newsgroups: gnu.g++.bug Subject: cc1plus (1.36.3) gets signal 6 compiling stream.cc, Fix.cc Message-ID: <9001171611.AA13687@life.ai.mit.edu> Date: 17 Jan 90 16:07:34 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 20 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