[Bug math/20240] modf (sNaN) returns sNaN

cvs-commit at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Fri Jul 8 09:30:00 GMT 2016


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

--- Comment #3 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  be4830bf94e1159b00c4cc97c084c6e4765a61ae (commit)
       via  6bcc7ced4fd417e8f65b9b8f50ad7010c3549d9f (commit)
      from  d461c9682d4954076f9ee9e07be903c2eef8e73b (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=be4830bf94e1159b00c4cc97c084c6e4765a61ae

commit be4830bf94e1159b00c4cc97c084c6e4765a61ae
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Fri Jul 8 11:24:34 2016 +0200

    Define __USE_KERNEL_IPV6_DEFS macro for non-Linux kernels

    Commit 1c1e7fb6 changed the __USE_KERNEL_IPV6_DEFS tests from 'ifdef'
    to 'if'. As inet/netinet.in.h is a generic file, this causes a warning
    on non-Linux kernels (for example Hurd). To fix that define it in the
    generic bits/in.h file.

    Changelog:
        * bits/in.h (__USE_KERNEL_IPV6_DEFS): Define to 0.

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6bcc7ced4fd417e8f65b9b8f50ad7010c3549d9f

commit 6bcc7ced4fd417e8f65b9b8f50ad7010c3549d9f
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Fri Jul 8 11:24:34 2016 +0200

    ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240).

    Commit a6a4395d fixed modf implementation by compiling s_modf.c and
    s_modff.c with -fsignaling-nans. However these files are also included
    from the pre-POWER5+ implementation, and thus these files should also
    be compiled with -fsignaling-nans.

    Changelog:
        [BZ #20240]
        * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile
        (CFLAGS-s_modf-ppc32.c): New variable.
        (CFLAGS-s_modff-ppc32.c): Likewise.
        * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
        (CFLAGS-s_modf-ppc64.c): Likewise.
        (CFLAGS-s_modff-ppc64.c): Likewise.

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

Summary of changes:
 ChangeLog                                          |   14 ++++++++++++++
 bits/in.h                                          |    3 +++
 .../powerpc32/power4/fpu/multiarch/Makefile        |    5 +++++
 sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile   |    5 +++++
 4 files changed, 27 insertions(+), 0 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list