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/22691] [powerpc-nofpu] fmaxmagl, fminmagl spurious "invalid" exception


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

--- 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  87faac55161d7dd62997fb09e9fcb5890cf6e4c6 (commit)
      from  1272748886257ae4d73485eb7534756e89643091 (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=87faac55161d7dd62997fb09e9fcb5890cf6e4c6

commit 87faac55161d7dd62997fb09e9fcb5890cf6e4c6
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Jan 10 00:38:12 2018 +0000

    Fix powerpc-nofpu fmaxmagl, fminmagl spurious "invalid" exception (bug
22691).

    For soft-float powerpc, fmaxmagl and fminmagl generate spurious
    "invalid" exceptions for quiet NaN arguments.  This is another case of
    the problems with fabsl inline expansion via comparisons, and so is
    fixed by building those functions with -fno-builtin-fabsl.

    Tested for powerpc (soft-float).

        [BZ #22691]
        * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
        (CFLAGS-s_fmaxmagl.c): New variable.
        [$(subdir) = math] (CFLAGS-s_fminmagl.c: Likewise.

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

Summary of changes:
 ChangeLog                      |    5 +++++
 sysdeps/powerpc/nofpu/Makefile |    2 ++
 2 files changed, 7 insertions(+), 0 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]