On Thu, May 14, 2026 at 02:17:33PM -0400, Marek Polacek wrote:
> On Thu, May 14, 2026 at 02:05:50PM -0400, Eczbek wrote:
> > From db9a0248377987c1e7013d3ac15069790287d975 Mon Sep 17 00:00:00 2001
> > From: Eczbek <[email protected]>
> > Date: Thu, 14 May 2026 13:54:24 -0400
> > Subject: [PATCH] c++: Fix greater-than operator in requires expression in
> > template parameters [PR125317]
>
> You don't say how this patch has been tested but I ran dg.exp
> with the same patch and it passed.
>
> > PR c++/125317
> >
> > gcc/cp/ChangeLog:
> >
> > * parser.cc (cp_parser_requirement_body): Set
> > parser->greater_than_is_operator_p.
Also, the above line should be indented just by one tab, not tab and
two spaces.
Jakub