https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123399
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-valid-code
Last reconfirmed| |2026-01-05
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
There is a cast missing between the integer type and pointer type via basically
a type which is the same size as the pointer.
Confirmed. Looks to be a front-end issue.