From: Per Bothner Date: Sun, 13 Dec 1998 17:51:06 +0000 (-0800) Subject: parse.y (patch_method_invocation): If class_decl is null (e.g. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba02c53a1e670de3e4c428f6e8d0558f46353f9c;p=gcc.git 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 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 1db8ce2ce00..898b62adb92 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'