This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: URL.toString
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Ken Larson <kendotlarson at mindspring dot com>
- Cc: java-patches at gcc dot gnu dot org, Andrew Pinski <pinskia at physics dot uc dot edu>
- Date: Tue, 20 Apr 2004 07:32:07 -0400
- Subject: Re: URL.toString
- References: <4085076C.6010605@mindspring.com>
On Apr 20, 2004, at 07:20, Ken Larson wrote:
Hi, I'm a bit of newbie to gcj, I'm not at the point where I'm
actually supposed to submit bugs, hopefully this is it.
I've been trying to get my project to work with gcj, and along the way
I've been finding a few places where gcj's behavior deviates from
standard Java. This is from compiling the source code to binary...
I've noticed that the results are sometimes different if you compile a
.class file to binary instead.
I think you just found PR 6298 again.
http://gcc.gnu.org/PR6298
Thanks,
Andrew Pinski