]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Fix effective target for new tests [PR 96088]
authorJonathan Wakely <jwakely@redhat.com>
Tue, 1 Jun 2021 18:05:03 +0000 (19:05 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 1 Jun 2021 18:09:27 +0000 (19:09 +0100)
commit833d348aec154f231525ad2bf4c8a51c8d16b213
treec3d820506bf6ddccb0dd29457ad5e6550a36d8b9
parentb514fce354b5309a9c232a3fe9347e3abde4385f
libstdc++: Fix effective target for new tests [PR 96088]

These tests use <string_view> so must not run for anything older than
C++17.

Signed-off-by: Jonathan Wakely <jwakely@redhat.com>
libstdc++-v3/ChangeLog:

* testsuite/23_containers/unordered_map/96088.cc: Change
effective target to c++17.
* testsuite/23_containers/unordered_set/96088.cc: Likewise.
libstdc++-v3/testsuite/23_containers/unordered_map/96088.cc
libstdc++-v3/testsuite/23_containers/unordered_set/96088.cc