This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Current gcj on powerpc
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>, <java at gcc dot gnu dot org>
- Date: Tue, 30 Jul 2002 18:41:13 -0400 (EDT)
- Subject: Re: Current gcj on powerpc
On 30 Jul 2002, Mark Wielaard wrote:
> How did it go? I believe that I have narrowed it down to one day now.
> cvs update -D"2002-07-15" seems to give a working program, but with
> cvs update -D"2002-07-16" I get the abort() when processing exceptions.
That's around the time the new register allocator was merged in. It may
not be responsible for the EH failures, but it was a big patch.
Can you compare the compiler output for a test case from a working and
non-working compiler? Are they identical?
Jeff