On Sun, Nov 3, 2024 at 12:01 PM Eric Botcazou <botca...@adacore.com> wrote: > > > --- a/gcc/match.pd > > +++ b/gcc/match.pd > > @@ -3396,10 +3396,11 @@ DEFINE_INT_AND_FLOAT_ROUND_FN (RINT) > > simplify (X != 0 ? X + ~0 : 0) to (X - X != 0). */ > > The rightmost ( in the comment should be moved 2 tokens right.
Yes I just noticed that too. It was in the code before my fixes but I will commit a fix for it in a few minutes. Thanks, Andrew > > -- > Eric Botcazou > >