Commit 084721e0 by Paolo Carlini Committed by Paolo Carlini

pr60033.C: Use target c++1y.

2014-03-21  Paolo Carlini  <paolo.carlini@oracle.com>

	* g++.dg/cpp1y/pr60033.C: Use target c++1y.
	* g++.dg/cpp1y/pr60393.C: Likewise.

From-SVN: r208753
parent 279d3eb8
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.
......
// PR c++/60033
// { dg-options -std=c++1y }
// { dg-do compile { target c++1y } }
template <typename... T>
auto f(T&&... ts)
......
// PR c++/60393
// { dg-options -std=c++1y }
// { dg-do compile { target c++1y } }
// { dg-options "" }
void (*f)(auto) + 0; // { dg-error "expected" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment