[Bug math/16283] exp2 does not set errno on underflow
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Tue Dec 3 20:51:00 GMT 2013
http://sourceware.org/bugzilla/show_bug.cgi?id=16283
--- 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 17dea1887fcc116941e07cb0f5f2078140ab0384 (commit)
from b20de2c3d9d751eb259c321426188eefc64fcbe9 (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=17dea1887fcc116941e07cb0f5f2078140ab0384
commit 17dea1887fcc116941e07cb0f5f2078140ab0384
Author: Joseph Myers <joseph@codesourcery.com>
Date: Tue Dec 3 20:50:51 2013 +0000
Fix exp2 errno setting on underflow (bug 16283).
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 10 +++
NEWS | 2 +-
math/auto-libm-test-in | 12 +--
math/auto-libm-test-out | 170 +++++++++++++++++++++++-----------------------
math/w_exp2.c | 2 +-
math/w_exp2f.c | 2 +-
math/w_exp2l.c | 2 +-
7 files changed, 103 insertions(+), 97 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list