https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102927
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2021-10-25 CC| |marxin at gcc dot gnu.org Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- I think we're doing a two-step conversion, if-to-switch and then switch conversion rather than analyzing to a common representation and then doing code generation as IIRC I suggested when if-to-switch was introduced.