http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57300
--- Comment #5 from Steven Bosscher <steven at gcc dot gnu.org> --- (In reply to Jakub Jelinek from comment #4) > Not sure if it is safe to run df_analyze when the cfg is gone (split5 > pass) Well, it doesn't crash but it's not correct. Without basic block pointers on the insns, even the scan problem doesn't run properly anymore. One of the target machine reorgs does this, FWIW.