re PR java/5812 (GCJ 3.0.2 segfaults on class file from Sun JDK 1.3 compiler)
authorPer Bothner <per@bothner.com>
Fri, 8 Mar 2002 20:59:52 +0000 (12:59 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 8 Mar 2002 20:59:52 +0000 (12:59 -0800)
commit5295f849caa189a3153141c541a0b2f3ada18970
tree9db34f3dffa778bcdbf16646952570a8498d6bb3
parentc51d95ecef9cfee1e96789495a5086a84b22ad56
re PR java/5812 (GCJ 3.0.2 segfaults on class file from Sun JDK 1.3 compiler)

Fix for PR java/5812.
* expr.c (build_java_jsr):  Take pc arguments, and do lookup_label
gere instead of in JSR macro.  Likewise with load_type_state call.
Do the latter on if the return_pc has been verified (the jsr returns).
(JSR):  No just call build_java_jsr.

From-SVN: r50455
gcc/java/ChangeLog
gcc/java/expr.c