From ba02c53a1e670de3e4c428f6e8d0558f46353f9c Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Sun, 13 Dec 1998 09:51:06 -0800 Subject: [PATCH] parse.y (patch_method_invocation): If class_decl is null (e.g. * parse.y (patch_method_invocation): If class_decl is null (e.g. an array type), use original type. * parse.y (check_thrown_exceptions): Temporary hack to suppress errors about uncaught exception from clone (of array, specifically). From-SVN: r24300 --- gcc/java/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 1db8ce2ce00b..898b62adb926 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,11 @@ +Sun Dec 13 17:31:40 1998 Per Bothner + + * parse.y (patch_method_invocation): If class_decl is null + (e.g. an array type), use original type. + + * parse.y (check_thrown_exceptions): Temporary hack to suppress + errors about uncaught exception from clone (of array, specifically). + 1998-12-13 Tom Tromey * gjavah.c (decompile_method): Handle all types of `return' -- 2.47.3