Re: [PATCH] Move pr121656.c to gcc.dg/torture

2025-08-26 Thread Sam James
"H.J. Lu" writes: > Move pr121656.c to gcc.dg/torture and replace weak attribute with noipa > attribute. Verified by reverting > > 56ca14c4c4f Fix invalid right shift count with recent ifcvt changes > > to trigger > > FAIL: gcc.dg/torture/pr121656.c -O1 execution test > FAIL: gcc.dg/torture/p

[PATCH] Move pr121656.c to gcc.dg/torture

2025-08-26 Thread H.J. Lu
Move pr121656.c to gcc.dg/torture and replace weak attribute with noipa attribute. Verified by reverting 56ca14c4c4f Fix invalid right shift count with recent ifcvt changes to trigger FAIL: gcc.dg/torture/pr121656.c -O1 execution test FAIL: gcc.dg/torture/pr121656.c -O2 execution test FAI