This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/10632] Numerical result differs from Sun JDK
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jul 2003 16:22:10 -0000
- Subject: [Bug java/10632] Numerical result differs from Sun JDK
- References: <20030505213601.10632.jens.mueller@ira.uka.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.