Path: utzoo!yunexus!telly!attcan!dptcdc!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ANDREW.CMU.EDU!zon+ From: zon+@ANDREW.CMU.EDU (Zonnie Lee Williamson) Newsgroups: gnu.gcc.bug Subject: (none) Message-ID: Date: 23 Mar 89 19:01:24 GMT Article-I.D.: andrew.Added.EY_HyNy00Ui3E5YU4N Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 8 /* bug in GNU C, 1.34 on Sun 3/350 */ /* after noting the conflicting types, cc1 aborts... */ main() { int c; char c; c=1; }