Path: utzoo!telly!ddsw1!lll-winken!uunet!tut.cis.ohio-state.edu!PARIS.ICS.UCI.EDU!schmidt%siam.ics.uci.edu From: schmidt%siam.ics.uci.edu@PARIS.ICS.UCI.EDU ("Douglas C. Schmidt") Newsgroups: gnu.g++.bug Subject: g++ gets a fatal signal on Sun 4 sparc Message-ID: <8901262223.aa20308@PARIS.ICS.UCI.EDU> Date: 27 Jan 89 06:23:35 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 20 Hi, g++ 1.32 gets a fatal signal for the following file: ---------------------------------------- struct Foo { }; struct Bar : Foo { void Foobar (); }; void Bar::Foobar () { ((Foo)*this).Foobar (); } ---------------------------------------- Doug