diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2017-06-17 13:11:47 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2017-06-17 13:11:47 +0100 |
commit | 14d8a9121242c03ac9b92d131ecc9c1634e8ce10 (patch) | |
tree | f95a02c07653445ffc02dbf33ff206e0828cea65 | |
parent | 394a527f8556c4e3952b783e41d1d22b6589bec8 (diff) | |
download | gcc-14d8a9121242c03ac9b92d131ecc9c1634e8ce10.zip gcc-14d8a9121242c03ac9b92d131ecc9c1634e8ce10.tar.gz gcc-14d8a9121242c03ac9b92d131ecc9c1634e8ce10.tar.bz2 |
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
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/23_containers/vector/bool/80893.cc | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8e1ba2d..8c48c89 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2017-06-17 Jonathan Wakely <jwakely@redhat.com> + + PR libstdc++/80893 + * testsuite/23_containers/vector/bool/80893.cc: Add { target c++11 }. + 2017-06-16 Jonathan Wakely <jwakely@redhat.com> * 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 0545b38..0b0016c 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 // <http://www.gnu.org/licenses/>. +// { dg-do run { target c++11 } } + // libstdc++/80893 #include <vector> |