parse.y (patch_method_invocation): If class_decl is null (e.g.
authorPer Bothner <bothner@gcc.gnu.org>
Sun, 13 Dec 1998 17:51:06 +0000 (09:51 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Sun, 13 Dec 1998 17:51:06 +0000 (09:51 -0800)
* 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

index 1db8ce2ce00b9549f3552bcb48347ca1eda32e29..898b62adb926c2f92560f2626434844ab3476527 100644 (file)
@@ -1,3 +1,11 @@
+Sun Dec 13 17:31:40 1998  Per Bothner  <bothner@cygnus.com>
+
+       * 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  <tromey@cygnus.com>
 
        * gjavah.c (decompile_method): Handle all types of `return'