PR libstdc++/80893
* testsuite/23_containers/vector/bool/80893.cc: Add { target c++11 }.
From-SVN: r249338
+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
// 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>