Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!AI.MIT.EDU!ariel From: ariel@AI.MIT.EDU (Marty Hiller) Newsgroups: gnu.g++.bug Subject: small insects Message-ID: <8911202228.AA00296@lucky-charms> Date: 20 Nov 89 22:28:58 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 12 The line extern "c" { ... } in my program returns the error: g++: Program cc1plus got fatal signal 6. If I change it to extern "C" { ... } it compiles successfully. According to the guidelines in the GNU C++ manual, this is a compiler bug. So I'm reporting it. -- Marty