Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!WATMSG.WATERLOO.EDU!jwrogers From: jwrogers@WATMSG.WATERLOO.EDU ("John W. Rogers") Newsgroups: gnu.gcc.bug Subject: GCC parsing annoyance Message-ID: <9001191809.AA22257@watmsg.waterloo.edu> Date: 19 Jan 90 18:09:25 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 19 Hello, We think we found a little bug in gcc's parsing. Gcc accepts the following source, which isn't accepted by cc: main() { int i; i + 0 = 14; } We're using version 1.36.93 on a uVax II. Cheers, John W. Rogers ---------------- jwrogers@watmsg.waterloo.edu