parse.y (patch_method_invocation): Handle calling static methods...
authorPer Bothner <bothner@gcc.gnu.org>
Tue, 2 Feb 1999 12:07:01 +0000 (04:07 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Tue, 2 Feb 1999 12:07:01 +0000 (04:07 -0800)
commitf044fba91499e83ed708cacffe65ad142d87e5f9
tree32f9a91671f42a0a7df109cad3ed5b17b71067a6
parentbccaf73a0589a218b90f430c3471cd12ebcdf97e
parse.y (patch_method_invocation): Handle calling static methods...


* 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: r24969
gcc/java/ChangeLog