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:
[EMAIL PROTECTED]:/tmp$ /home/benja/j2sdk1.4.1_01/bin/java -cp . Bug f = 1.0 [EMAIL PROTECTED]:/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 [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
_______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
