[kaffe] Bug [CVS]: 1f == 0.0
Benja Fallenstein
b.fallenstein at gmx.de
Wed Apr 2 06:32:02 PST 2003
Hi,
does any of you knowledgable people have time to look into this?
Currently this is where our project fails on Kaffe, and I'm not able to
work around it (and we would not only like to run on Free Software, but
are also obligued to release only versions that also run on a Free VM,
by Savannah.gnu.org policy).
I hope this doesn't sound pushy-- I really appreciate your efforts. Just
wanted to note this particular bug is important for us.
Thank you!
- Benja
Benja Fallenstein wrote:
>
> Hi all,
>
> This code:
>
>> public class Bug {
>> public static void main(String[] args) {
>> float f = 1.0f;
>> System.out.println("f = "+f);
>> }
>> }
>
>
> gives:
>
>> benja at joy:/tmp$ /home/benja/j2sdk1.4.1_01/bin/java -cp . Bug
>> f = 1.0
>> benja at joy:/tmp$ /usr/local/kaffe/bin/java -cp . Bug
>> f = 0.0
>
>
> My Kaffe version string is:
>
>> Engine: Just-in-time v3 Version: 1.1.x-cvs Java Version: 1.1
>
>
> Oh joy!
>
> Thanks,
> - Benja
>
>
> _______________________________________________
> kaffe mailing list
> kaffe at kaffe.org
> http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
>
>
More information about the kaffe
mailing list