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:29 +0000 (02:00 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Sat, 16 Jan 1999 10:00:29 +0000 (02:00 -0800)
commitaabd7048259b5e8cb8980cca95fb2d14096c2621
treed5099cf85a030d4f4dc3b6272d86ab60fa028821
parent2dc219a11db3efc10d1564bf31db97aa7918e61b
expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the result of the call that gets the...

d
* 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: r24697
gcc/java/expr.c
gcc/java/parse.c
gcc/java/parse.y