diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1999-02-02 04:07:01 -0800 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1999-02-02 04:07:01 -0800 |
commit | f044fba91499e83ed708cacffe65ad142d87e5f9 (patch) | |
tree | 32f9a91671f42a0a7df109cad3ed5b17b71067a6 /gcc/java | |
parent | bccaf73a0589a218b90f430c3471cd12ebcdf97e (diff) | |
download | gcc-f044fba91499e83ed708cacffe65ad142d87e5f9.zip gcc-f044fba91499e83ed708cacffe65ad142d87e5f9.tar.gz gcc-f044fba91499e83ed708cacffe65ad142d87e5f9.tar.bz2 |
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
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 069daa4..63e1254 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -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 |