From: Jonathan Wakely Date: Tue, 4 Jul 2023 22:41:50 +0000 (+0100) Subject: libstdc++: Disable std::forward_list tests for C++98 mode X-Git-Tag: basepoints/gcc-15~7832 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd9964b7e2311209ffaa00b322b31c67d64ca83d;p=thirdparty%2Fgcc.git libstdc++: Disable std::forward_list tests for C++98 mode These tests fail with -std=gnu++98/-D_GLIBCXX_DEBUG in the runtest flags. They should require the c++11 effective target. libstdc++-v3/ChangeLog: * testsuite/23_containers/forward_list/debug/iterator1_neg.cc: Skip as UNSUPPORTED for C++98 mode. * testsuite/23_containers/forward_list/debug/iterator3_neg.cc: Likewise. --- diff --git a/libstdc++-v3/testsuite/23_containers/forward_list/debug/iterator1_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/iterator1_neg.cc index a0e05413896e..59a22f7ec894 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/iterator1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/iterator1_neg.cc @@ -15,7 +15,7 @@ // with this library; see the file COPYING3. If not see // . // -// { dg-do run { xfail *-*-* } } +// { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } #include diff --git a/libstdc++-v3/testsuite/23_containers/forward_list/debug/iterator3_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/iterator3_neg.cc index bfa281ad9f4c..0c4439f46ede 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/iterator3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/iterator3_neg.cc @@ -15,7 +15,7 @@ // with this library; see the file COPYING3. If not see // . // -// { dg-do run { xfail *-*-* } } +// { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } #include