https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104037

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>:

https://gcc.gnu.org/g:bca1c431affee41ecadb7f29d8d65142a73e0ebf

commit r12-6614-gbca1c431affee41ecadb7f29d8d65142a73e0ebf
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Fri Jan 14 22:08:16 2022 +0000

    libstdc++: Ignore deprecated warnings [PR104037]

    The std::pointer_to_binary_function utility was deprecated in C++11 and
    removed in C++17. Libstdc++ has started to warn about using it, so
    suppress the warnings for this test.

    gcc/testsuite/ChangeLog:

            PR testsuite/104037
            * g++.old-deja/g++.robertl/eb43.C: Ad -Wno-deprecated.

Reply via email to