https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65761
--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Apr 14 13:24:53 2015 New Revision: 222090 URL: https://gcc.gnu.org/viewcvs?rev=222090&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: trunk/gcc/ChangeLog trunk/gcc/cfgrtl.c