[Bug libgcj/18868] Interface containing anonymous class breaks gij

tromey at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Dec 7 20:20:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list