On Fri, 4 Apr 2025, Jason Merrill wrote:
> Tested x86_64-pc-linux-gnu, applying to trunk.
>
> -- 8< --
>
> Since r10-7441 we set processing_template_decl in a requires-expression so
> that we can use tsubst_expr to evaluate the requirements, but that confuses
> lambdas terribly; begin_lambda_typ
On Fri, 4 Apr 2025, Patrick Palka wrote:
> On Fri, 4 Apr 2025, Jason Merrill wrote:
>
> > On 4/4/25 4:35 PM, Patrick Palka wrote:
> > > On Fri, 4 Apr 2025, Jason Merrill wrote:
> > >
> > > > Tested x86_64-pc-linux-gnu, applying to trunk.
> > > >
> > > > -- 8< --
> > > >
> > > > Since r10-7441
On Fri, 4 Apr 2025, Jason Merrill wrote:
> On 4/4/25 4:35 PM, Patrick Palka wrote:
> > On Fri, 4 Apr 2025, Jason Merrill wrote:
> >
> > > Tested x86_64-pc-linux-gnu, applying to trunk.
> > >
> > > -- 8< --
> > >
> > > Since r10-7441 we set processing_template_decl in a requires-expression so
>
On 4/4/25 4:35 PM, Patrick Palka wrote:
On Fri, 4 Apr 2025, Jason Merrill wrote:
Tested x86_64-pc-linux-gnu, applying to trunk.
-- 8< --
Since r10-7441 we set processing_template_decl in a requires-expression so
that we can use tsubst_expr to evaluate the requirements, but that confuses
lambd
On Fri, 4 Apr 2025, Jason Merrill wrote:
> Tested x86_64-pc-linux-gnu, applying to trunk.
>
> -- 8< --
>
> Since r10-7441 we set processing_template_decl in a requires-expression so
> that we can use tsubst_expr to evaluate the requirements, but that confuses
> lambdas terribly; begin_lambda_typ
Tested x86_64-pc-linux-gnu, applying to trunk.
-- 8< --
Since r10-7441 we set processing_template_decl in a requires-expression so
that we can use tsubst_expr to evaluate the requirements, but that confuses
lambdas terribly; begin_lambda_type silently returns error_mark_node and we
continue into