From 14d8a9121242c03ac9b92d131ecc9c1634e8ce10 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Sat, 17 Jun 2017 13:11:47 +0100 Subject: [PATCH] PR libstdc++/80893 don't run test for C++98 modes PR libstdc++/80893 * testsuite/23_containers/vector/bool/80893.cc: Add { target c++11 }. From-SVN: r249338 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/testsuite/23_containers/vector/bool/80893.cc | 2 ++ 2 files changed, 7 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8e1ba2d47c2..8c48c8991e9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2017-06-17 Jonathan Wakely + + PR libstdc++/80893 + * testsuite/23_containers/vector/bool/80893.cc: Add { target c++11 }. + 2017-06-16 Jonathan Wakely * include/bits/shared_ptr.h (get_deleter): Add overload matching diff --git a/libstdc++-v3/testsuite/23_containers/vector/bool/80893.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/80893.cc index 0545b38e360..0b0016c9790 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/80893.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/80893.cc @@ -15,6 +15,8 @@ // with this library; see the file COPYING3. If not see // . +// { dg-do run { target c++11 } } + // libstdc++/80893 #include -- 2.30.2