Path: utzoo!telly!attcan!uunet!tut.cis.ohio-state.edu!GLACIER.ICS.UCI.EDU!schmidt From: schmidt@GLACIER.ICS.UCI.EDU ("Douglas C. Schmidt") Newsgroups: gnu.g++.bug Subject: g++ gets fatal signal on sparc Message-ID: <8904090133.aa28033@PARIS.ICS.UCI.EDU> Date: 9 Apr 89 08:33:33 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 9 Here's a good one-liner that kills g++ 1.34.x with a fatal signal on the sparc: ---------------------------------------- int &i = (int&) 10; ---------------------------------------- Doug