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