GCJ can't find methods in nested interfaces
Bryce McKinlay
bryce@albatross.co.nz
Tue Oct 26 14:55:00 GMT 1999
Jeff Sturm wrote:
> This has been driving me crazy for a couple of weeks... finally I
> narrowed it down to a small test case. Can somebody with an up-to-date
> gcj compiler try this code and see if it fails? (I'm still on 09/24,
> haven't had much luck building recent updates.)
>
> It seems the presence of the .class files confuses gcj. If this hasn't
> yet been fixed I'll file a bug report.
Known bug, see PRs gcj/71 and gcj/72. For me, this neither works to object code
or class files, or from .class files compiled with jikes. The only way to get
this code to compile is from javac-generated bytecode. I havn't tried Anthony's
patch yet.
I'm using gcc 2.96 19991021
regards
[ bryce ]
More information about the Java
mailing list