public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/14518] New: strtod ignores the rounding mode
@ 2012-08-25 15:25 jsm28 at gcc dot gnu.org
  2012-08-25 15:55 ` [Bug libc/14518] " vincent-srcware at vinc17 dot net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-08-25 15:25 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14518

             Bug #: 14518
           Summary: strtod ignores the rounding mode
           Product: glibc
           Version: 2.16
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jsm28@gcc.gnu.org
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


strtod ignores the rounding mode and always tries to round to nearest.  (Split
out from bug 3479; http://sourceware.org/bugzilla/show_bug.cgi?id=3479#c6 has a
testcase.)

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/14518] strtod ignores the rounding mode
  2012-08-25 15:25 [Bug libc/14518] New: strtod ignores the rounding mode jsm28 at gcc dot gnu.org
@ 2012-08-25 15:55 ` vincent-srcware at vinc17 dot net
  2012-08-27 14:01 ` exploringbinary at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: vincent-srcware at vinc17 dot net @ 2012-08-25 15:55 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14518

Vincent Lefèvre <vincent-srcware at vinc17 dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vincent-srcware at vinc17
                   |                            |dot net

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/14518] strtod ignores the rounding mode
  2012-08-25 15:25 [Bug libc/14518] New: strtod ignores the rounding mode jsm28 at gcc dot gnu.org
  2012-08-25 15:55 ` [Bug libc/14518] " vincent-srcware at vinc17 dot net
@ 2012-08-27 14:01 ` exploringbinary at gmail dot com
  2012-09-12 23:42 ` jsm28 at gcc dot gnu.org
  2014-06-17  4:49 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: exploringbinary at gmail dot com @ 2012-08-27 14:01 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14518

Rick Regan <exploringbinary at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |exploringbinary at gmail
                   |                            |dot com

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/14518] strtod ignores the rounding mode
  2012-08-25 15:25 [Bug libc/14518] New: strtod ignores the rounding mode jsm28 at gcc dot gnu.org
  2012-08-25 15:55 ` [Bug libc/14518] " vincent-srcware at vinc17 dot net
  2012-08-27 14:01 ` exploringbinary at gmail dot com
@ 2012-09-12 23:42 ` jsm28 at gcc dot gnu.org
  2014-06-17  4:49 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-09-12 23:42 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14518

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-09-12 23:41:37 UTC ---
Fixed for 2.17 by:

commit 6c9b0f68267cf365d060d4e51e7cb8f61498b875
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Sep 12 23:36:19 2012 +0000

    Make strtod respect the rounding mode (bug 14518).

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/14518] strtod ignores the rounding mode
  2012-08-25 15:25 [Bug libc/14518] New: strtod ignores the rounding mode jsm28 at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-09-12 23:42 ` jsm28 at gcc dot gnu.org
@ 2014-06-17  4:49 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-06-17  4:49 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=14518

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-06-17  4:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-25 15:25 [Bug libc/14518] New: strtod ignores the rounding mode jsm28 at gcc dot gnu.org
2012-08-25 15:55 ` [Bug libc/14518] " vincent-srcware at vinc17 dot net
2012-08-27 14:01 ` exploringbinary at gmail dot com
2012-09-12 23:42 ` jsm28 at gcc dot gnu.org
2014-06-17  4:49 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).