Path: utzoo!telly!ddsw1!mcdchg!rutgers!mailrus!tut.cis.ohio-state.edu!MIDGARD.UCSC.EDU!dlong From: dlong@MIDGARD.UCSC.EDU (Dean Long) Newsgroups: gnu.gcc.bug Subject: smaller example Message-ID: <8810202123.AA02761@midgard.ucsc.edu> Date: 20 Oct 88 21:23:40 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 10 This program fails when compiled with -O with gcc 1.30 on a sun4. int x; foo (y) int y; { x = (y == 0); }