diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a57529844c8f..c2e77fbe2dc7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-03-21 Paolo Carlini + + * g++.dg/cpp1y/pr60033.C: Use target c++1y. + * g++.dg/cpp1y/pr60393.C: Likewise. + 2014-03-21 Paolo Carlini PR c++/60384 diff --git a/gcc/testsuite/g++.dg/cpp1y/pr60033.C b/gcc/testsuite/g++.dg/cpp1y/pr60033.C index 8194bec24dbc..f918d33fddd9 100644 --- a/gcc/testsuite/g++.dg/cpp1y/pr60033.C +++ b/gcc/testsuite/g++.dg/cpp1y/pr60033.C @@ -1,5 +1,5 @@ // PR c++/60033 -// { dg-options -std=c++1y } +// { dg-do compile { target c++1y } } template auto f(T&&... ts) diff --git a/gcc/testsuite/g++.dg/cpp1y/pr60393.C b/gcc/testsuite/g++.dg/cpp1y/pr60393.C index 38b8b9119198..8e89be499355 100644 --- a/gcc/testsuite/g++.dg/cpp1y/pr60393.C +++ b/gcc/testsuite/g++.dg/cpp1y/pr60393.C @@ -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" }