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 libc/21972] assert macro requires operator== (int) for its argument type


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

--- 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, release/2.26/master has been updated
       via  fb9a781e9d62c5d7a1f4196915cdfb7c6db59a0c (commit)
      from  5e989c36934d0f0cf13b7a53ef2fa440bce39210 (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=fb9a781e9d62c5d7a1f4196915cdfb7c6db59a0c

commit fb9a781e9d62c5d7a1f4196915cdfb7c6db59a0c
Author: Florian Weimer <fweimer@redhat.com>
Date:   Mon Aug 21 16:13:49 2017 +0200

    assert: Support types without operator== (int) [BZ #21972]

    (cherry picked from commit b5889d25e9bf944a89fdd7bcabf3b6c6f6bb6f7c)

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

Summary of changes:
 ChangeLog                                          |   11 +++
 NEWS                                               |    1 +
 assert/Makefile                                    |   11 +++-
 assert/assert.h                                    |   16 +++--
 assert/tst-assert-c++.cc                           |   78 ++++++++++++++++++++
 .../strcmp-sse4_2.S => assert/tst-assert-g++.cc    |    6 +-
 6 files changed, 112 insertions(+), 11 deletions(-)
 create mode 100644 assert/tst-assert-c++.cc
 copy sysdeps/x86_64/multiarch/strcmp-sse4_2.S => assert/tst-assert-g++.cc
(88%)

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