public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/104037] New: [12 regression] excess errors in g++.old-deja/g++.robertl/eb43.C after r12-6581
@ 2022-01-14 21:23 seurer at gcc dot gnu.org
  2022-01-14 22:06 ` [Bug testsuite/104037] " redi at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-01-14 21:23 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104037
           Summary: [12 regression] excess errors in
                    g++.old-deja/g++.robertl/eb43.C after r12-6581
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:de196e5dd8ea4d0ed01a8c265afdd3676e27545b, r12-6581
make  -k check-gcc RUNTESTFLAGS="old-deja.exp=g++.old-deja/g++.robertl/eb43.C"
FAIL: g++.old-deja/g++.robertl/eb43.C  -std=c++14 (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb43.C  -std=c++17 (test for excess errors)
FAIL: g++.old-deja/g++.robertl/eb43.C  -std=c++2a (test for excess errors)
# of expected passes            5
# of unexpected failures        3

commit de196e5dd8ea4d0ed01a8c265afdd3676e27545b (HEAD, refs/bisect/bad)
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Tue Jan 11 18:42:38 2022 +0000

    libstdc++: Add attribute to features deprecated in C++17 [PR91260]


Excess errors:
/home/seurer/gcc/git/gcc-test2/gcc/testsuite/g++.old-deja/g++.robertl/eb43.C:32:8:
warning: 'template<class _Arg1, class _Arg2, class _Result> class
std::pointer_to_binary_function' is deprecated [-Wdeprecated-declarations]
/home/seurer/gcc/git/gcc-test2/gcc/testsuite/g++.old-deja/g++.robertl/eb43.C:35:57:
warning: 'std::pointer_to_binary_function<_Arg1, _Arg2, _Result>
std::ptr_fun(_Result (*)(_Arg1, _Arg2)) [with _Arg1 = const Expr<int>; _Arg2 =
const Expr<int>; _Result = bool]' is deprecated: use 'std::mem_fn' instead
[-Wdeprecated-declarations]
/home/seurer/gcc/git/gcc-test2/gcc/testsuite/g++.old-deja/g++.robertl/eb43.C:37:16:
warning: 'std::pointer_to_binary_function<_Arg1, _Arg2, _Result>
std::ptr_fun(_Result (*)(_Arg1, _Arg2)) [with _Arg1 = Expr<int>; _Arg2 =
Expr<int>; _Result = bool]' is deprecated: use 'std::mem_fn' instead
[-Wdeprecated-declarations]
/home/seurer/gcc/git/gcc-test2/gcc/testsuite/g++.old-deja/g++.robertl/eb43.C:39:9:
warning: 'template<class _Arg1, class _Arg2, class _Result> class
std::pointer_to_binary_function' is deprecated [-Wdeprecated-declarations]
/home/seurer/gcc/git/gcc-test2/gcc/testsuite/g++.old-deja/g++.robertl/eb43.C:41:9:
warning: 'template<class _Arg1, class _Arg2, class _Result> class
std::pointer_to_binary_function' is deprecated [-Wdeprecated-declarations]
/home/seurer/gcc/git/gcc-test2/gcc/testsuite/g++.old-deja/g++.robertl/eb43.C:43:9:
warning: 'template<class _Arg1, class _Arg2, class _Result> class
std::pointer_to_binary_function' is deprecated [-Wdeprecated-declarations]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-16 20:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14 21:23 [Bug testsuite/104037] New: [12 regression] excess errors in g++.old-deja/g++.robertl/eb43.C after r12-6581 seurer at gcc dot gnu.org
2022-01-14 22:06 ` [Bug testsuite/104037] " redi at gcc dot gnu.org
2022-01-16 20:18 ` cvs-commit at gcc dot gnu.org
2022-01-16 20:33 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).