This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/24454] GCJ does not correctly support strictfp
- From: "aph at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 21 Oct 2005 10:58:51 -0000
- Subject: [Bug java/24454] GCJ does not correctly support strictfp
- References: <bug-24454-11556@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from aph at gcc dot gnu dot org 2005-10-21 10:58 -------
gcj doesn't support strcitfp. The reserved word is allowed but ignored.
The main casualty of this is x86, where we fail some tests because of excess
precision.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24454