This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [ecj] Patch: FYI: fix ordering bugs, others
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>, Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 07 Dec 2007 16:42:19 -0700
- Subject: Re: [ecj] Patch: FYI: fix ordering bugs, others
- References: <m3bqt8psnf.fsf@localhost.localdomain> <18265.18449.399591.105115@zebedee.pink>
- Reply-to: Tom Tromey <tromey at redhat dot com>
>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
>> * PR 27643, a bug involving the order in which we read class files.
>> This is fixed by moving around the java_mark_class_local logic.
>> Note that this breaks .java compilation; I didn't look into this
>> because...
Andrew> I'd like to back-port the fix for PR 27643 to older branches. In what
Andrew> way does it break .java compilation? It looks to mek like the change
Andrew> you made only affects .class files.
I don't remember, sorry.
Tom