This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gnu.gcj.runtime.StringBuffer bug ???


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]