https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114312
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-03-11 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Confirmed. I thought there might be a way to hit this without _BitInt but even changing `_BitInt(64)` to `long` causes the ICE/infinite loop to go away.