libstdc++: Disable std::forward_list tests for C++98 mode
commitcd9964b7e2311209ffaa00b322b31c67d64ca83d
authorJonathan Wakely <jwakely@redhat.com>
Tue, 4 Jul 2023 22:41:50 +0000 (4 23:41 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 5 Jul 2023 06:39:04 +0000 (5 07:39 +0100)
treeca5f9f9a1d41907a3b5dd6c89aee96a8ed297b36
parent83cae6c4b788544635a71748e1881c150f42efef
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.
libstdc++-v3/testsuite/23_containers/forward_list/debug/iterator1_neg.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/iterator3_neg.cc