http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60601
--- Comment #3 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- fix_up_fall_thru_edges is apparently looking for EDGE_CAN_FALLTHRU edges but this flag is only set during bb-reorder. Testing trivial patch.