diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1998-12-13 09:51:06 -0800 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1998-12-13 09:51:06 -0800 |
commit | ba02c53a1e670de3e4c428f6e8d0558f46353f9c (patch) | |
tree | 5c9539ae9a80031102dd591cfd7ed958a2b47bc3 /gcc/java | |
parent | 59e4a38e81a741547be70912d8c7a5f09f060a7c (diff) | |
download | gcc-ba02c53a1e670de3e4c428f6e8d0558f46353f9c.zip gcc-ba02c53a1e670de3e4c428f6e8d0558f46353f9c.tar.gz gcc-ba02c53a1e670de3e4c428f6e8d0558f46353f9c.tar.bz2 |
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
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 1db8ce2..898b62a 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -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' |