https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119778
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2 --- Comment #12 from Richard Biener <rguenth at gcc dot gnu.org> --- So this is again (I've fixed may of those issues), a problem of failed abnormal edge pruning. We have an empty BB with two outgoing edges. We can try to be more robust against this of course, but let's try to fix passes failing to prune those.