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:31 +0000 (02:00 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Sat, 16 Jan 1999 10:00:31 +0000 (02:00 -0800)
commit2a4dc31bdc2b9dc261fb74ac46bd8cb1d64e0389
tree0b0d35f660e54424d9d5a9925a76dc918759ec7d
parentaabd7048259b5e8cb8980cca95fb2d14096c2621
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
gcc/java/ChangeLog