[Bug rtl-optimization/79780] [7 Regression] ICE in rtl_verify_bb_insns, at cfgrtl.c:2661 (error: flow control insn inside a basic block)

bernds at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Mar 1 17:59:00 GMT 2017


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

Bernd Schmidt <bernds at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernds at gcc dot gnu.org

--- Comment #2 from Bernd Schmidt <bernds at gcc dot gnu.org> ---
So the verification triggers before the dead blocks get removed?

I think I'd keep the seen_uncond_trap and just delete_insn inside the if
statement if it's already true.


More information about the Gcc-bugs mailing list