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 c++/13719] 0.2*5.0>1.0 even with -O0, missing fldl probably


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


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