This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC 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: gcc-bugs at gcc dot gnu dot org
- Date: 7 Dec 2004 20:08:09 -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:08 -------
I was able to reproduce this by compiling A.java with jikes.
libgcj should find the field A$1.instance as inherited from
A, but it does not.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18868