From: Per Bothner Date: Sat, 16 Jan 1999 10:00:31 +0000 (-0800) Subject: expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the result... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a4dc31bdc2b9dc261fb74ac46bd8cb1d64e0389;p=gcc.git 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 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index d3062f8db00..89bdb5a4f45 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,20 @@ +Fri Jan 15 20:16:20 1999 Per Bothner + + * 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 * expr.c (generate_name): Name prefix changed to avoid clashes