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 math/15425] exp fails to raise underflow exception


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

--- Comment #1 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  749008ff0361297af02b8574ac8848d35436eac3 (commit)
      from  17dea1887fcc116941e07cb0f5f2078140ab0384 (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=749008ff0361297af02b8574ac8848d35436eac3

commit 749008ff0361297af02b8574ac8848d35436eac3
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Dec 3 21:49:56 2013 +0000

    Fix exp missing underflows (bug 15268, bug 15425).

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

Summary of changes:
 ChangeLog                         |   10 ++
 NEWS                              |   20 ++--
 math/auto-libm-test-in            |    2 +
 math/auto-libm-test-out           |  214 +++++++++++++++++++++++++++++++++++++
 sysdeps/i386/fpu/libm-test-ulps   |   32 ++++++
 sysdeps/ieee754/dbl-64/e_exp.c    |   17 +++-
 sysdeps/x86_64/fpu/libm-test-ulps |   52 +++++++++
 7 files changed, 334 insertions(+), 13 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]