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/17776] [powerpc] inline feraiseexcept, feclearexcept macros don't convert argument to int


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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
I believe this was fixed for 2.22 by:

commit 85b290451e4d3ab460a57f1c5966c5827ca807ca
Author: Adhemerval Zanella <azanella@linux.vnet.ibm.com>
Date:   Wed Jan 28 06:10:41 2015 -0500

    powerpc: Fix inline feraiseexcept, feclearexcept macros

    This patch fixes the inline feraiseexcept and feclearexcept macros for
    powerpc by casting the input argument to integer before operation on it.

    It fixes BZ#17776.

-- 
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]