From: paolo Date: Fri, 21 Mar 2014 17:06:11 +0000 (+0000) Subject: 2014-03-21 Paolo Carlini X-Git-Tag: upstream/4.9.2~536 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4236a702c4f0f811605f8189a513f521fde8cc91;p=platform%2Fupstream%2Flinaro-gcc.git 2014-03-21 Paolo Carlini * 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a575298..c2e77fb 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,10 @@ 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 * g++.dg/cpp1y/pr60384.C: New. diff --git a/gcc/testsuite/g++.dg/cpp1y/pr60033.C b/gcc/testsuite/g++.dg/cpp1y/pr60033.C index 8194bec..f918d33f 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 38b8b91..8e89be4 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" }