This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 libc/16151] strtod() incorrectly rounds 2^-1075 to 0x0.0000000000001p-1022


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

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  9310c284ae91f13247c9dd7ff58fc2683b9c523d (commit)
      from  7a2ad8cf392acfcaef319e722dda9101d4d8b6bd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9310c284ae91f13247c9dd7ff58fc2683b9c523d

commit 9310c284ae91f13247c9dd7ff58fc2683b9c523d
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Nov 13 12:59:54 2013 +0000

    Fix strtod rounding of half the least subnormal (bug 16151).

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                    |    9 ++
 NEWS                         |    3 +-
 stdlib/strtod_l.c            |    2 +-
 stdlib/tst-strtod-round-data |    8 ++
 stdlib/tst-strtod-round.c    |  288 ++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 308 insertions(+), 2 deletions(-)

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


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