https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65761
--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Apr 14 13:25:34 2015 New Revision: 222091 URL: https://gcc.gnu.org/viewcvs?rev=222091&root=gcc&view=rev Log: PR rtl-optimization/65761 * cfgrtl.c (rtl_split_edge): For EDGE_CROSSING split, use get_last_bb_insn (after) instead of NEXT_INSN (BB_END (after)). Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/cfgrtl.c