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/16823] [S390] test-ldouble for log1p fails with infinity has wrong sign.


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

--- Comment #2 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  2ca180e97a16f3ee3ec9e7e5a5fb7eda3d863a02 (commit)
      from  dc041bd4dbaf0f22b962647e0d0a1b8090d0e679 (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=2ca180e97a16f3ee3ec9e7e5a5fb7eda3d863a02

commit 2ca180e97a16f3ee3ec9e7e5a5fb7eda3d863a02
Author: Stefan Liebler <stli@linux.vnet.ibm.com>
Date:   Tue Apr 29 15:43:36 2014 +0200

    [BZ #16823] Fix log1pl returning wrong infinity sign

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

Summary of changes:
 ChangeLog                           |    8 ++++++++
 sysdeps/ieee754/dbl-64/s_log1p.c    |    2 +-
 sysdeps/ieee754/flt-32/s_log1pf.c   |    2 +-
 sysdeps/ieee754/ldbl-128/s_log1pl.c |    2 +-
 4 files changed, 11 insertions(+), 3 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]