[PATCH] better recovery from type errors in EXPR_COMMA
commitab78cd230b72467051739621865d05e625e5bd72
authorAlexander Viro <viro@www.linux.org.uk>
Sat, 14 Aug 2004 05:59:04 +0000 (13 22:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:49 +0000 (7 21:02 -0700)
tree224d96b33ad13fcd72dace4807a9aa5e83207f40
parenta1287371d9d11ef8e67948bf8621cddc40de7313
[PATCH] better recovery from type errors in EXPR_COMMA

Don't bail out if left argument of , has type error - we can continue
just fine at that point.  Reduces cascades of bogus warnings and allows
to catch real ones in the right argument.

Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
evaluate.c