[Bug target/56858] alpha looks for NOTE_INSN_EH_REGION notes that cannot exist
steven at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Apr 6 18:09:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56858
Steven Bosscher <steven at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |alpha-*-*
Status|UNCONFIRMED |NEW
Last reconfirmed| |2013-04-06
CC| |rth at gcc dot gnu.org,
| |uros at gcc dot gnu.org
Ever Confirmed|0 |1
--- Comment #1 from Steven Bosscher <steven at gcc dot gnu.org> 2013-04-06 18:09:00 UTC ---
>From passes.c, the pass pipeline:
NEXT_PASS (pass_machine_reorg);
NEXT_PASS (pass_cleanup_barriers);
NEXT_PASS (pass_delay_slots);
NEXT_PASS (pass_split_for_shorten_branches);
NEXT_PASS (pass_convert_to_eh_region_ranges);
alpha's pass_machine_reorg looks for notes that
pass_convert_to_eh_region_ranges creates.
More information about the Gcc-bugs
mailing list