This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]