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/22702] [powerpc-nofpu] nearbyintl traps with trapping "inexact"


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

--- 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  c8924f1ff22cb78abc9bb950c3b23d8483ac7bba (commit)
      from  da09e6fa2f8194fbdd82281195145aec195144dc (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=c8924f1ff22cb78abc9bb950c3b23d8483ac7bba

commit c8924f1ff22cb78abc9bb950c3b23d8483ac7bba
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Jan 12 00:12:57 2018 +0000

    Fix s390 linknamespace fallout of bug 22702 patch.

    My fix for bug 22702 introduced linknamespace test failures on
    s390x-linux-gnu and s390-linux-gnu because it made remainder call
    __feholdexcept, and the s390 __feholdexcept calls fegetenv, and
    remainder is in Unix98 and XPG4.2 but fegetenv isn't.  This patch
    makes __feholdexcept call __fegetenv instead to avoid that namespace
    issue.

    Tested (compilation) with build-many-glibcs.py for s390x-linux-gnu,
    where it resolves the test failures.

        * sysdeps/s390/fpu/feholdexcpt.c (__feholdexcept): Call __fegetenv
        instead of fegetenv.

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

Summary of changes:
 ChangeLog                      |    5 +++++
 sysdeps/s390/fpu/feholdexcpt.c |    2 +-
 2 files changed, 6 insertions(+), 1 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]