This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: small test suite change
Ranjit Mathew writes:
> Andrew Haley wrote:
> > Ranjit Mathew writes:
> > > Tom Tromey wrote:
> > > > Anyway, this makes one of the tests a little more efficient, so we
> > > > don't time out when running it in the interpreter.
> > >
> > > FWIW, I noticed that for some reason the 3.4 20030702
> > > snapshot did not time out on my machine on SyncTest (or
> > > at least didn't print out that it has timed out) while
> > > 3.3 consistently used to.
> >
> > Believe it or not, this was fixed by a change to the unwind info in libffi...
>
> Hmmm...I guess that change fixed the failing
> _Unwind_Find_registered_FDE that you report here:
>
> http://gcc.gnu.org/ml/java-patches/2003-q1/msg00588.html
http://gcc.gnu.org/ml/java-patches/2003-q2/msg00117.html
Andrew.