]> gcc.gnu.org Git - gcc.git/commitdiff
PR libstdc++/80893 don't run test for C++98 modes
authorJonathan Wakely <jwakely@redhat.com>
Sat, 17 Jun 2017 12:11:47 +0000 (13:11 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Sat, 17 Jun 2017 12:11:47 +0000 (13:11 +0100)
PR libstdc++/80893
* testsuite/23_containers/vector/bool/80893.cc: Add { target c++11 }.

From-SVN: r249338

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/23_containers/vector/bool/80893.cc

index 8e1ba2d47c2d20317c350fa395a08d42bf2b251f..8c48c8991e90187c78b0e8006079ab33a9ebe027 100644 (file)
@@ -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
index 0545b38e36059cfc4c5a66c96f033b8fc72076e0..0b0016c9790000802d3c5f94d57a8c31b66f06ba 100644 (file)
@@ -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>
This page took 0.061983 seconds and 5 git commands to generate.