On Tue, May 05, 2026 at 09:19:12PM -0400, Marek Polacek wrote: > @@ -37088,11 +37132,13 @@ cp_parser_save_default_args (cp_parser* parser, > tree decl) > /* DEFAULT_ARG contains the saved tokens for the initializer of DECL, > which is either a FIELD_DECL or PARM_DECL. Parse it and return > the result. For a PARM_DECL, PARMTYPE is the corresponding type > - from the parameter-type-list. */ > + from the parameter-type-list. If adjust_lambda_scope_p is true,
This should be "ADJUST_LAMBDA_SCOPE_P", fixed locally. > + we do start_/finish_lambda_scope. */ Marek
