Commit a8b956c1 by Uros Bizjak Committed by Uros Bizjak

constexpr-lambda6.C: Remove dg-do run.

	* g++.dg/cpp1z/constexpr-lambda6.C: Remove dg-do run.

From-SVN: r239392
parent df839749
2016-08-11 Uros Bizjak <ubizjak@gmail.com>
* g++.dg/cpp1z/constexpr-lambda6.C: Remove dg-do run.
2015-08-11 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/pieces-strcpy-1.c: New test.
......
// Testcase from P0170R1
// { dg-do run }
// { dg-options -std=c++1z }
auto monoid = [](auto v) { return [=] { return v; }; };
......
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