2014-03-21 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Mar 2014 17:06:11 +0000 (17:06 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Mar 2014 17:06:11 +0000 (17:06 +0000)
* g++.dg/cpp1y/pr60033.C: Use target c++1y.
* g++.dg/cpp1y/pr60393.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208753 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp1y/pr60033.C
gcc/testsuite/g++.dg/cpp1y/pr60393.C

index a575298..c2e77fb 100644 (file)
@@ -1,5 +1,10 @@
 2014-03-21  Paolo Carlini  <paolo.carlini@oracle.com>
 
+       * g++.dg/cpp1y/pr60033.C: Use target c++1y.
+       * g++.dg/cpp1y/pr60393.C: Likewise.
+
+2014-03-21  Paolo Carlini  <paolo.carlini@oracle.com>
+
        PR c++/60384
        * g++.dg/cpp1y/pr60384.C: New.
 
index 8194bec..f918d33 100644 (file)
@@ -1,5 +1,5 @@
 // PR c++/60033
-// { dg-options -std=c++1y }
+// { dg-do compile { target c++1y } }
 
 template <typename... T>
 auto f(T&&... ts)
index 38b8b91..8e89be4 100644 (file)
@@ -1,5 +1,6 @@
 // PR c++/60393
-// { dg-options -std=c++1y }
+// { dg-do compile { target c++1y } }
+// { dg-options "" }
 
 void (*f)(auto) + 0; // { dg-error "expected" }