Commit cbabbc34 by Jason Merrill Committed by Jason Merrill

* parser.c: Mark lambda_scope and lambda_count for PCH.

From-SVN: r152474
parent 123651cd
2009-10-05 Jason Merrill <jason@redhat.com>
* parser.c: Mark lambda_scope and lambda_count for PCH.
2009-10-03 Jason Merrill <jason@redhat.com>
PR c++/41553
......
......@@ -6955,8 +6955,8 @@ cp_parser_trait_expr (cp_parser* parser, enum rid keyword)
/* Lambdas that appear in variable initializer or default argument scope
get that in their mangling, so we need to record it. We might as well
use the count for function and namespace scopes as well. */
static tree lambda_scope;
static int lambda_count;
static GTY(()) tree lambda_scope;
static GTY(()) int lambda_count;
typedef struct GTY(()) tree_int
{
tree t;
......
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