This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [ecj] Patch: FYI: document --enable-java-maintainer-mode
- From: Tom Tromey <tromey at redhat dot com>
- To: Gary Benson <gbenson at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 20 Dec 2006 10:18:59 -0700
- Subject: Re: [ecj] Patch: FYI: document --enable-java-maintainer-mode
- References: <m3ac1jrcak.fsf@localhost.localdomain> <20061220134531.GA3799@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Gary" == Gary Benson <gbenson@redhat.com> writes:
Gary> I'm seeing the following make check failures on my
Gary> non-maintainer-mode build. Do you have them too?
Yeah, some of them. But thanks for pointing this out since now I
realize I forgot to put "check in test suite .jar files" on my to-do
list.
Also, naturally, we have to fix these before a merge. So I suppose
there is a lot more to do yet :-(
Gary> FAIL: ArrayStore output - source compiled test
There's a PR for this one. The code implementing this in gcj looks
wrong... and furthermore looks to have been wrong for a long time.
Kinda weird.
Gary> FAIL: PR162 output - source compiled test
Haven't investigated but I'm seeing it as well.
I also see:
FAIL: natshortfield.cc compilation
FAIL: register2.c compilation
These look like some failure to generate a header file -- test suite
problem, not gcj bug.
Gary> FAIL: Process_4 -O3 compilation from source
I don't see this.
Gary> FAIL: Serialization execution - source compiled test
I see this but haven't investigated.
Tom