This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Java: fix byte compiler
- From: Andrew Haley <aph at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: java at gcc dot gnu dot org
- Date: Mon, 17 Nov 2003 17:41:36 +0000
- Subject: Java: fix byte compiler
- References: <16226.405.975303.873704@cuddles.cambridge.redhat.com>
Andrew Haley writes:
>
> 2003-09-12 Andrew Haley <aph@redhat.com>
>
> * java-tree.h (LOCAL_VAR_OUT_OF_SCOPE_P): New.
> (struct lang_decl_var:freed): New variable.
> * decl.c (poplevel): Mark local vars that have gone out of scope.
> (push_jvm_slot): Don't use the RTL of a var that has gone out of
> scope.
Applied today; looks like I missed committing this before.
Andrew.