This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: gcj interface initialization bug
- From: Andrew Haley <aph at redhat dot com>
- To: tromey at redhat dot com
- Cc: java-patches at gcc dot gnu dot org,Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 10 Mar 2003 12:09:14 +0000 (GMT)
- Subject: Patch: gcj interface initialization bug
- References: <87heabu4ij.fsf@fleche.redhat.com>
Tom Tromey writes:
> Ok for trunk and 3.3?
>
> Index: gcc/java/ChangeLog
> from Tom Tromey <tromey at redhat dot com>
>
> * parse.y (resolve_field_access): Initialize class if field is
> found in another static field.
> * expr.c (build_class_init): Don't optimize out initialization of
> implemented interface.
OK.
Andrew.