Path: utzoo!telly!ddsw1!lll-winken!killer!mit-eddie!bloom-beacon!tut.cis.ohio-state.edu!MCC.COM!rfg From: rfg@MCC.COM (Ron Guilmette) Newsgroups: gnu.g++.bug Subject: BUG in G++ 1.32.0 - error message botch Message-ID: <8901262336.AA14563@riunite.aca.mcc.com> Date: 26 Jan 89 23:36:28 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 16 The following code is syntatically incorrect, but the error message issued for it by G++ 1.32.0 is very strange and somewhat misleading. The error message says: x01.cc:6: parse error at null character ------------------------------- cut here ---------------------------- struct gorp { int f1; struct add_stuff { int plus(int) {} ; };