[Bug math/22082] bits/math-finite.h exp10 condition

cvs-commit at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Mon Sep 4 16:29:00 GMT 2017


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

--- 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  f3a129b872a3d8c5edb3bd8b4b2b26c52f449160 (commit)
      from  b38042f51430974642616a60afbbf96fd0b98659 (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=f3a129b872a3d8c5edb3bd8b4b2b26c52f449160

commit f3a129b872a3d8c5edb3bd8b4b2b26c52f449160
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Sep 4 16:27:16 2017 +0000

    Fix bits/math-finite.h exp10 condition (bug 22082).

    bits/math-finite.h handles exp10 if __USE_GNU.  It should use the
    condition __GLIBC_USE (IEC_60559_FUNCS_EXT), as in bits/mathcalls.h.
    This patch fixes the condition.

    Tested for x86_64.

        [BZ #22082]
        * math/bits/math-finite.h (exp10): Redirect if [__GLIBC_USE
        (IEC_60559_FUNCS_EXT)], not [__USE_GNU].

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

Summary of changes:
 ChangeLog               |    6 ++++++
 math/bits/math-finite.h |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

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


More information about the Glibc-bugs mailing list