Commit fe3473a6 by Paolo Carlini

lambda-generic-static1.C: Use target c++14.

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
parent 2bc145af
// PR c++/70735
// { dg-do run { target c++1y } }
// { dg-do run { target c++14 } }
int main()
{
......
// PR c++/70735
// { dg-do run { target c++1y } }
// { dg-do run { target c++14 } }
template <class T>
static void g()
......
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