https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102902
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P1 --- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> --- PR100810 is P1 so lets make this one, too. Just to say, the bug will be very difficult to fix for good because fundamentally a default def SSA looks like to have the same value for two different uses but the way we handle it means that guarantee is violated. It's difficult to cure that not only because former defs can become undefs. We'd need a way to stabilize the value on an uninit use but without sacrifying optimization (for uses in PHI nodes).