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/20715] iszero macro breaks existing code


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

--- 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  b3918c44db615637b26d919ce599cd86592316b3 (commit)
      from  0f04fc07f6a36e761ec76100043798ea5c7a590c (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=b3918c44db615637b26d919ce599cd86592316b3

commit b3918c44db615637b26d919ce599cd86592316b3
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Oct 21 18:26:53 2016 +0200

    math: Define iszero as a function template for C++ [BZ #20715]

    This increases compatibility with C++ code which is forced to
    compile with _GNU_SOURCE.

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

Summary of changes:
 ChangeLog                |    8 ++++
 math/Makefile            |    3 +-
 math/math.h              |   24 ++++++++++---
 math/test-math-iszero.cc |   87 ++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 116 insertions(+), 6 deletions(-)
 create mode 100644 math/test-math-iszero.cc

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