From f044fba91499e83ed708cacffe65ad142d87e5f9 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Tue, 2 Feb 1999 04:07:01 -0800 Subject: [PATCH] parse.y (patch_method_invocation): Handle calling static methods... MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * 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 | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + + * 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 * jcf-write.c (localvar_alloc): Only emit entry for -- 2.30.2