https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81365
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |7.2 --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- /* As we replicate the lhs on each incoming edge all used SSA names have to be available there. */ if (! for_each_index (gimple_assign_lhs_ptr (use_stmt), chk_uses, get_immediate_dominator (CDI_DOMINATORS, gimple_bb (phi)))) goto next; This is supposed to check correctly but it does not ...