parse.y (patch_method_invocation): If class_decl is null (e.g.
authorPer Bothner <bothner@gcc.gnu.org>
Sun, 13 Dec 1998 17:51:04 +0000 (09:51 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Sun, 13 Dec 1998 17:51:04 +0000 (09:51 -0800)
commit59e4a38e81a741547be70912d8c7a5f09f060a7c
treea023987c8950e2b68042261e0bf02e1a0c81d923
parent3e78f871ac08ccf7ebfe20b5cd1f9f4e344acf5c
parse.y (patch_method_invocation): If class_decl is null (e.g.

d
* 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: r24299
gcc/java/parse.c