parse.y (patch_method_invocation): Handle calling static methods...
authorPer Bothner <bothner@gcc.gnu.org>
Tue, 2 Feb 1999 12:06:59 +0000 (04:06 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Tue, 2 Feb 1999 12:06:59 +0000 (04:06 -0800)
commitbccaf73a0589a218b90f430c3471cd12ebcdf97e
tree8802dd0bd8fd7128360334e64a734ab0574aae58
parent7221f080227636b16826313a5148999c777d8b67
parse.y (patch_method_invocation): Handle calling static methods...

d
* parse.y (patch_method_invocation):  Handle calling static methods,
even in the form EXPR.METHOD(ARGS), not just TYPE.METHOD(ARGS).
* parse.y (java_complete_lhs):  Don't complain about unreachable
exit condition in a do-while statement.

From-SVN: r24968
gcc/java/parse.c
gcc/java/parse.y