[Bug middle-end/90354] Skip the not first insn when traversing the insn node

2020-02-16 Thread zhongyunde at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90354

--- Comment #8 from vfdff  ---
I have a method to fix this issue:
   check the egde with bb_has_eh_pred, and avoid bundling the jump insn when it
is true.

[Bug middle-end/90354] Skip the not first insn when traversing the insn node

2019-10-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90354

Richard Biener  changed:

   What|Removed |Added

 Target||out of tree port
 Status|WAITING |UNCONFIRMED
Summary|[7 regression] Skip the not |Skip the not first insn
   |first insn when traversing  |when traversing the insn
   |the insn node   |node
 Ever confirmed|1   |0

--- Comment #7 from Richard Biener  ---
I see.  Thanks for the extra info.