This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/18868] Interface containing anonymous class breaks gij
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 7 Dec 2004 20:20:41 -0000
- Subject: [Bug libgcj/18868] Interface containing anonymous class breaks gij
- References: <20041207132052.18868.steph@tangency.co.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tromey at gcc dot gnu dot org 2004-12-07 20:20 -------
The bug is that libgcj is not searching the superinterfaces
of A$1. The fix is to use code similar to that in the method
case in _Jv_linker::resolve_pool_entry. (This need only be
done for static fields)
It may be too late to fix this, unless this can be shown to
be a regression.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18868