[gnu.gcc.bug] GCC parsing annoyance

jwrogers@WATMSG.WATERLOO.EDU ("John W. Rogers") (01/20/90)

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