Add c++11 effective target to tests for C++11 features

* testsuite/20_util/tuple/67844.cc: Require c++11 effective target.
	* testsuite/20_util/tuple/cons/nested_tuple_construct.cc: Likewise.
	* testsuite/27_io/rvalue_streams.cc: Likewise.

From-SVN: r239545
This commit is contained in:
Jonathan Wakely 2016-08-17 20:23:15 +01:00 committed by Jonathan Wakely
parent 3a146d46ce
commit f771720378
4 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,9 @@
2016-08-17 Jonathan Wakely <jwakely@redhat.com>
* testsuite/20_util/tuple/67844.cc: Require c++11 effective target.
* testsuite/20_util/tuple/cons/nested_tuple_construct.cc: Likewise.
* testsuite/27_io/rvalue_streams.cc: Likewise.
* testsuite/26_numerics/complex/literals/types.cc: Add comment.
* testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc:

View File

@ -1,4 +1,4 @@
// { dg-do compile }
// { dg-do compile { target c++11 } }
// Copyright (C) 2015-2016 Free Software Foundation, Inc.
//

View File

@ -1,3 +1,5 @@
// { dg-do run { target c++11 } }
// Copyright (C) 2015-2016 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free

View File

@ -15,7 +15,7 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
// { dg-do run }
// { dg-do run { target c++11 } }
#include <sstream>
#include <string>