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 libstdc++/22542] ostringstream ignores fenv settings (incorrect output)


------- Additional Comments From pcarlini at suse dot de  2005-07-18 09:16 -------
Well, certainly, this is not a libstdc++-v3 bug: internally we are simply 
printing floating point numbers using sprintf (or snprintf, when available), as
mandated by the standard. Actually, however, I'm not at all sure what's the
point of your report: you are changing the rounding mode for floating point
operations, but in the testcase there aren't: there is only the definition of
p (taking place *before* any setround)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22542


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