lambda-generic-static1.C: Use target c++14.
authorPaolo Carlini <paolo@gcc.gnu.org>
Tue, 24 May 2016 22:38:00 +0000 (22:38 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 24 May 2016 22:38:00 +0000 (22:38 +0000)
2016-05-24  Paolo Carlini  <paolo.carlini@oracle.com>

* g++.dg/cpp1y/lambda-generic-static1.C: Use target c++14.
* g++.dg/cpp1y/lambda-generic-static2.C: Likewise.

From-SVN: r236676

gcc/testsuite/g++.dg/cpp1y/lambda-generic-static1.C
gcc/testsuite/g++.dg/cpp1y/lambda-generic-static2.C

index a1667a2de473128610fc38c0d81f8342eb741dbc..669226826c67643f31e85802905a1ccd59cb8e40 100644 (file)
@@ -1,5 +1,5 @@
 // PR c++/70735
-// { dg-do run { target c++1y } }
+// { dg-do run { target c++14 } }
 
 int main()
 {
index 51bf75f20ba8893e7fa2858fa0848930255c9f00..c8e251fc957131b9492418300b3e52e33398c844 100644 (file)
@@ -1,5 +1,5 @@
 // PR c++/70735
-// { dg-do run { target c++1y } }
+// { dg-do run { target c++14 } }
 
 template <class T>
 static void g()