[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug java/10632] Numerical result differs from Sun JDK



PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10632



------- Additional Comments From tromey at gcc dot gnu dot org  2003-07-06 16:22 -------
Java only requires exact FP results for
strictfp classes and methods.  So you would
have to add that to get the correct results.

Unfortunately, even if you do this, you'll
still have problems, since we don't properly
implement strictfp.




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



Reply to: