This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj trunk - gc_analyze/SymbolLookup.java is specified more than once
- From: Tom Tromey <tromey at redhat dot com>
- To: Matthias Klose <doko at ubuntu dot com>
- Cc: GCC Java <java at gcc dot gnu dot org>
- Date: 06 Mar 2007 12:17:02 -0700
- Subject: Re: gcj trunk - gc_analyze/SymbolLookup.java is specified more than once
- References: <45EB5CCA.5010903@ubuntu.com>
- Reply-to: tromey at redhat dot com
>>>>> "Matthias" == Matthias Klose <doko@ubuntu.com> writes:
Matthias> Seen this on i486-linux, when building from the trunk; vm-tools.lst
Matthias> does have the file twice, but I currently fail to see how it ends up
Matthias> twice there.
My gcjh patch fixed this.
The bug was that we were appending to the file without clearing its
contents before the loop.
Tom