https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127227
Richard Earnshaw <rearnsha at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2026-09-08
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
--- Comment #3 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
In this case this does seem to be a genuine problem with the pool layout code.
This is a bit of a heisenbug though, very small changes in the code gen can
cause the issue to disappear, since it only triggers when the calculations try
to put the literal pool right on the limit of some instruction.
Investigating further.