[Bug c++/13719] 0.2*5.0>1.0 even with -O0, missing fldl probably
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Jan 17 18:05:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-17 18:05 -------
Not a bug, it is connect to the most reported non-bug but GCC is allowed to keep intermediate
results in the excussive precision form which is happening here. If you store the multiplication into
a tempary variable it works as you are expecting, this is not a bug.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13719
More information about the Gcc-bugs
mailing list