[Bug target/42841] [4.3/4.4/4.5 Regression] SH: Assembler complains pcrel too far.
chrbr at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Jan 29 07:46:00 GMT 2010
------- 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
More information about the Gcc-bugs
mailing list