This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: Freenet compilation errors.
Bryce McKinlay wrote:
> > I'm asking
> > our local Java Gods what's up with the three super()/this errors.
>
> This one is definatly a bug in gcj. Its illegal to use a classes own "this" before calling the superclass constructor, however it should be perfectly okay to reference a "this"
> from an enclosing context. I'm going to look into this.
I submitted a patch for this which is awaiting approval:
http://gcc.gnu.org/ml/gcc-patches/2001-01/msg00479.html
Please try this and let me know if it fixes the problem you were seeing.
regards
[ bryce ]