On Thu, 18 Jun 2026, Martin Uecker wrote:
> It should reference PR125604 though.
>
> Am Donnerstag, dem 18.06.2026 um 07:21 +0200 schrieb Martin Uecker:
> > I was about to fix this but did not have time yet, so thank you!
> >
> > To me the patch looks fine. I add Joseph (C FE maintainer)
> > for review.
The patch is OK with that bug reference, and with a portability fix in the
testcase:
> > > +long test_neg (struct s *o) { return -(long)o->p; }
> > > +long test_plus (struct s *o) { return +(long)o->p; }
Should use __INTPTR_TYPE__ instead of long here.
--
Joseph S. Myers
[email protected]