[Bug rtl-optimization/70224] [6 regression] ICE: RTL flag check: CROSSING_JUMP_P used with unexpected rtx code 'insn' in relax_delay_slots, at reorg.c:3310

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Mar 14 18:05:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70224

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
      rtx_jump_insn *delay_jump_insn =
                dyn_cast <rtx_jump_insn *> (delay_insn);
      if (! delay_jump_insn || !(condjump_p (delay_jump_insn)
          || condjump_in_parallel_p (delay_jump_insn)))
        continue;
delay_jump_insn is always a JUMP_INSN here.


More information about the Gcc-bugs mailing list