gnu.gcj.runtime.StringBuffer bug ???
Tom Tromey
tromey@redhat.com
Sun Dec 16 14:36:00 GMT 2001
>>>>> "Olivier" == Olivier LF <olivier@zipworld.com.au> writes:
Olivier> public class A
Olivier> {
Olivier> public static void main(String[] args)
Olivier> {
Olivier> String a = "01";
Olivier> String b = "234567890123456789012345678901234";
Olivier> a = a + b;
Olivier> System.out.println(a);
Olivier> }
Olivier> }
Olivier> gcc version 3.1 20011211 (experimental)
I checked in the fix for this bug on 12-12.
Please get a newer snapshot and try again.
Sorry about that.
Tom
More information about the Java
mailing list