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 java/28380] ICE compiling class implementing nested interface from class compiled from jar



------- Comment #2 from bim2006 at basistech dot com  2006-07-14 11:58 -------
In the real code where I encountered this originally, the ICE was reported on
the class that tried to implement the nested interface. When I boiled down the
test case to what I've posted, the ICE moved to the constructor of the class
that contains the nested interface. Of course, I can't tell if that means that
I'm reporting the same bug as the one I originally fell over, or a different
one. I wouldn't mind posting the rather large JAR file containing the real
version of the nested interface if someone wants it.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28380


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