This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: gcj minor bug
- From: Tom Tromey <tromey at redhat dot com>
- To: Dhek Bhun Kho <bhun at chello dot nl>
- Cc: java-patches at gcc dot gnu dot org, ch_roux at club-internet dot fr, Andrew Haley <aph at redhat dot com>
- Date: 15 Dec 2002 16:42:45 -0700
- Subject: Re: gcj minor bug
- References: <E18MxJl-0005Kt-00@smarthost2.mail.easynet.fr><87pts57fqt.fsf@fleche.redhat.com><1039940124.10212.9.camel@tasslehof.bhun.net>
- Reply-to: tromey at redhat dot com
>>>>> ">" == Dhek Bhun Kho <bhun@chello.nl> writes:
>> Have you ever tried it out?
Yes, but that doesn't rule out the possibility of bugs.
>> I did a cvs check out, and the code in the
>> cvs breaks on 2 points:
>> 1) nullpointer exceptions are raised because you can pass in null values
>> into the constructor
Ditto for the JDK. I don't think this is a bug. Do you have some
reason to believe it is?
>> 2) the delimiter algo is totally screwed up.
I thought this bug was already fixed in cvs.
Andrew, I think you looked at this most recently.
Did the compiler fix go in?
Tom