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 - abort on variable redeclaration Message-ID: <8901271739.AA16245@riunite.aca.mcc.com> Date: 27 Jan 89 17:39:03 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 9 The following program causes the G++ 1.32.0 compiler (proper) to abort. This happens on a Sun3/SunOS 3.? int gorp() { int done; int done; }