https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115573
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|middle-end |rtl-optimization --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I suspect this is invalid code; it is definitely undefined. cprop is trying to turn the computed goto into a regular goto but it is a non-local goto which it is not valid thing for a computed goto ...