This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/33794] [4.3 regression] Wrong code w/ -ffast-math
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Oct 2007 11:02:58 -0000
- Subject: [Bug middle-end/33794] [4.3 regression] Wrong code w/ -ffast-math
- References: <bug-33794-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from pinskia at gcc dot gnu dot org 2007-10-17 11:02 -------
Also what happens if you use -ffloat-store ?
Even though it might be 3 orders of magnitude, this could be still the same
issue as PR 323 (errors multiply in some cases). Also note -ffloat-store
disables TER for floating point types.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33794