expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the result...
authorPer Bothner <bothner@gcc.gnu.org>
Sat, 16 Jan 1999 10:00:27 +0000 (02:00 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Sat, 16 Jan 1999 10:00:27 +0000 (02:00 -0800)
commit2dc219a11db3efc10d1564bf31db97aa7918e61b
tree83d5b7af98e262473cc722a306e667332f773629
parent3217b0f3caee12632765d415b37649929281891a
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: r24696
gcc/java/verify.c