Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!DECWRL.DEC.COM!sequent!phil From: sequent!phil@DECWRL.DEC.COM (Phil Hochstetler) Newsgroups: gnu.gcc.bug Subject: possible bug in gcc 1.36 Message-ID: <8911300316.AA21869@decwrl.dec.com> Date: 29 Nov 89 23:43:44 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 13 Bug found by visual inspection. In the file "math-68881.h" at line 282 is the line: if (i & 1 == 0) /* even */ I believe the line should be: if ((i & 1) == 0) /* even */ --- Phil Hochstetler UUCP: uunet!sequent!phil Sequent Computer Systems Beaverton, Oregon