This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: darwin & libgcj ?
Jeff Sturm writes:
> On Mon, 6 Jan 2003, Andrew Haley wrote:
> > > === libjava Summary ===
> > >
> > > # of expected passes 335
> > > # of unexpected failures 22
> > > # of expected failures 2
> > > # of unresolved testcases 91
> > > # of untested testcases 16
> >
> > Good. Are the null pointer tests failing?
>
> Throw_2 seems to fail, otherwise null pointers are OK.
Okay. Throw_2 failures on their own usually indicate that null
pointer exceptions in CNI code don't work, and that's because
-fcheck-references is being used. However, powerpc* in config.host
doesn't seem to use this option -- it sets can_unwind_signal. Most
odd.
Andrew.