https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121091
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2025-07-15
CC| |pinskia at gcc dot gnu.org
Component|target |tree-optimization
Status|UNCONFIRMED |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot
gnu.org
Ever confirmed|0 |1
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I am 99% sure the bug is in the switch conversion pass which thinks the values
are constants that can go be assembled.
I will fix this.