Re: [PATCH] Fix PR c++/60190.

2014-02-18 Thread Jason Merrill
OK. Jason

[PATCH] Fix PR c++/60190.

2014-02-18 Thread Adam Butcher
PR c++/60190 * parser.c (cp_parser_lambda_declarator_opt): Pop template parameter scope whenever a template parameter list has been started, independent of whether the function call operator was well-formed or not. PR c++/60190 * g++.dg/cpp1y/pr60190