This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]