This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


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

--- Comment #5 from Jeffrey A. Law <law at redhat dot com> ---
Also note that delay_insn may be an INSN or CALL_INSN AFAICT here.  So just
setting it blindly on DELAY_INSN may not be correct either.  I'm still looking
at those possibilities.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]