[Bug rtl-optimization/33673] [4.3 Regression] ICE in verify_flow_info, missing barrier, when multiple tree opts disabled
steven at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Oct 11 18:53:00 GMT 2007
------- Comment #5 from steven at gcc dot gnu dot org 2007-10-11 18:52 -------
What do the edge flags look like after cprop changes the jump? EDGE_FALLTHRU
should be set.
Also, the unconditional JUMP_INSN should be removed. Unconditional jumps are
removed when going into cfglayout mode, and when a conditional jump is turned
into an unconditional jump, the whole JUMP_INSN can be removed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33673
More information about the Gcc-bugs
mailing list