diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-02 12:07:01 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-02 12:07:01 +0000 |
commit | 90f87950d7eb8d3965ea69fce79d09410e0549d2 (patch) | |
tree | 32f9a91671f42a0a7df109cad3ed5b17b71067a6 /gcc/java/ChangeLog | |
parent | 5d779c2a5b7d377e18916a8ca3b32555c8be4cc7 (diff) | |
download | gcc-90f87950d7eb8d3965ea69fce79d09410e0549d2.tar.gz |
�
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24969 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/ChangeLog')
-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 069daa4426a..63e1254ced9 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 |