------- Comment #24 from chrbr at gcc dot gnu dot org 2010-01-29 07:46 ------- Created an attachment (id=19747) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19747&action=view) fixed removal of landing pad label rtx
The landing_pad label rtx was created and recorded in tree_inline (duplicate_eh_regions). Seems that reorg_redirect_jump or delete_insn should check for it before deciding it can be removed. I'm testing this patch that does this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42841