Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!shelby!apple!gem.mps.ohio-state.edu!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: <8910061352.AA06877@lri.lri.fr> Date: 6 Oct 89 13:52:25 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 17 The following code makes g++ 1.36.0- dump core. I use the latest version (10/02), compiled with gcc 1.36. I work on a Sun3 running OS 3.5 class A { public: void operator delete (void*); }; void A :: operator delete () { } Stephane Chatty chatty@lri.lri.fr chatty@frlri61.bitnet