diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1999-01-16 02:00:31 -0800 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1999-01-16 02:00:31 -0800 |
commit | 2a4dc31bdc2b9dc261fb74ac46bd8cb1d64e0389 (patch) | |
tree | 0b0d35f660e54424d9d5a9925a76dc918759ec7d /gcc | |
parent | aabd7048259b5e8cb8980cca95fb2d14096c2621 (diff) | |
download | gcc-2a4dc31bdc2b9dc261fb74ac46bd8cb1d64e0389.zip gcc-2a4dc31bdc2b9dc261fb74ac46bd8cb1d64e0389.tar.gz gcc-2a4dc31bdc2b9dc261fb74ac46bd8cb1d64e0389.tar.bz2 |
expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the result of the call that gets the...
* expr.c (process_jvm_instruction): Coerce to correct Throwable
sub-type the result of the call that gets the exception value.
* parse.y (java_complete_expand_methods): If flags_syntax_only,
don't call finish_class.
* parse.y (java_check_regular_methods): If METHOD_PRIVATE,
clear found before continuing.
* verify.c (verify_jvm_instructions): On an array load, allow
and handle top of stack to be TYPE_NULL.
From-SVN: r24698
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/java/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index d3062f8..89bdb5a 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,20 @@ +Fri Jan 15 20:16:20 1999 Per Bothner <bothner@cygnus.com> + + * expr.c (process_jvm_instruction): Coerce to correct Throwable + sub-type the result of the call that gets the exception value. + + * parse.y (java_complete_expand_methods): If flags_syntax_only, + don't call finish_class. + + * parse.y (java_check_regular_methods): If METHOD_PRIVATE, + clear found before continuing. + + * verify.c (verify_jvm_instructions): On an array load, allow + and handle top of stack to be TYPE_NULL. + + * gjavah.c (generate_access): Translate Java package private or + protected access to C++ public, but with a comment. + 1999-01-13 Andrew Haley <aph@cygnus.com> * expr.c (generate_name): Name prefix changed to avoid clashes |