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/16623] cos change of behavior in 2.19 causes scipy testfailures


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

--- 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  1cadc85813d736f7682fa2eeadae639ab6b66c65 (commit)
      from  f8c17e79fab13a3d1de976c1c3564df7f8c2a175 (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=1cadc85813d736f7682fa2eeadae639ab6b66c65

commit 1cadc85813d736f7682fa2eeadae639ab6b66c65
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Thu Feb 27 21:12:09 2014 +0530

    Fix sign of input to bsloww1 (BZ #16623)

    In 84ba214c, I removed some redundant sign computations and in the
    process, I incorrectly got rid of a temporary variable, thus passing
    the absolute value of the input to bsloww1.  This caused #16623.

    This fix undoes the incorrect change.

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

Summary of changes:
 ChangeLog                         |   10 +++
 NEWS                              |    2 +-
 math/auto-libm-test-in            |    2 +
 math/auto-libm-test-out           |  138 +++++++++++++++++++++++++++++++++++++
 sysdeps/ieee754/dbl-64/s_sin.c    |   16 +++--
 sysdeps/x86_64/fpu/libm-test-ulps |   44 ++++++++++++
 6 files changed, 205 insertions(+), 7 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]