d
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Jan 1999 10:00:29 +0000 (10:00 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Jan 1999 10:00:29 +0000 (10:00 +0000)
commitac9c55c8a75462e1b844949d665e0d28d6740531
treed5099cf85a030d4f4dc3b6272d86ab60fa028821
parent95cb33eba0745be4b31bbfc0f0a5c96fcc680579
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24697 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/expr.c
gcc/java/parse.c
gcc/java/parse.y