mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-25 16:01:18 +08:00
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
This commit is contained in:
parent
bccaf73a05
commit
f044fba914
@ -1,3 +1,11 @@
|
||||
Mon Feb 1 20:44:47 1999 Per Bothner <bothner@cygnus.com>
|
||||
|
||||
* 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.
|
||||
|
||||
Thu Jan 28 18:51:26 1999 Per Bothner <bothner@cygnus.com>
|
||||
|
||||
* jcf-write.c (localvar_alloc): Only emit entry for
|
||||
|
Loading…
x
Reference in New Issue
Block a user