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 #5 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, release/2.19/master has been updated
       via  ffe768a90912f9bce43b70a82576b3dc99e3121c (commit)
      from  ac0b347743833452b8ff56cb94eab5da95136b70 (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=ffe768a90912f9bce43b70a82576b3dc99e3121c

commit ffe768a90912f9bce43b70a82576b3dc99e3121c
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Thu Feb 27 21:29:16 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                      |    7 +++++++
 NEWS                           |    2 +-
 sysdeps/ieee754/dbl-64/s_sin.c |   16 ++++++++++------
 3 files changed, 18 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]