Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!CUNYVM.CUNY.EDU!chatty%FRLRI61.BITNET From: chatty%FRLRI61.BITNET@CUNYVM.CUNY.EDU Newsgroups: gnu.g++.bug Subject: g++ 1.36 gets signal 11 Message-ID: <8910201408.AA27558@lri.lri.fr> Date: 20 Oct 89 14:08:05 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 17 This one looks like another one I reported a couple of weeks ago. This time, it is on a sun4 os4 (I was not able to complete the installation on a sun3). It is the version of 10/17/89. class A { public: }; void* A :: operator new (unsigned sz) { return 0; } Stephane Chatty chatty@lri.lri.fr chatty@frlri61.bitnet