Commit 3909991c by Nathan Sidwell Committed by Nathan Sidwell

* g++.dg/lookup/lambda1.C New.

From-SVN: r248747
parent 0e510edb
2017-05-31 Nathan Sidwell <nathan@acm.org>
* g++.dg/lookup/lambda1.C New.
2017-05-31 Bin Cheng <bin.cheng@arm.com>
* gcc.dg/tree-ssa/ivopt_mult_4.c: Explicitly check comparison
......
// { dg-do compile { target c++11 } }
namespace std
{
typedef int I;
}
void foo ()
{
using namespace std;
auto l = [] (I) {};
}
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