This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [ecj] Patch: FYI: fix bug in Class.java
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: GCJ Patches <java-patches at gcc dot gnu dot org>
- Date: 09 Jun 2006 15:28:40 -0600
- Subject: Re: [ecj] Patch: FYI: fix bug in Class.java
- References: <m3k67wpuu0.fsf@localhost.localdomain> <44896E7C.20609@gmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
>> This fixes a bug in Class pointed out by ecj.
Ranjit> I think you should check this in into mainline as well.
Ranjit> Without this patch, I get a duplicate definition error
Ranjit> for this symbol from the linker for the target MinGW.
I'm checking it in. FWIW it is fine if you check in fixes like this.
I don't mind doing it but I don't want to you feel as though you need
to wait to fix build-breaking problems.
Tom