This is the mail archive of the java@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]

Re: java compile failure



aking@dreammechanics.com writes:

> If you comment out the final two constructors, it compiles fine.  If
> you comment out the static initializer block, it compiles.

Thanks, this helps a lot.

> I'm using the cvs version from Sunday night, with the
> "gcc-3_0-branch' tag.

This bug still exists in the trunk. We have problems sharing
SAVE_EXPR'ed nodes across ctor bodies. In our situation,
SAVE_EXPR_CONTEXT has to match the context it was created in, and it's
not currently the case.

I'm working on a fix, stay tuned.

./A


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