[Bug java/10632] Numerical result differs from Sun JDK
tromey at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Jul 6 16:22:00 GMT 2003
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.
More information about the Gcc-bugs
mailing list