[Bug target/65151] [SH][4.9 Regression] Internal compiler error when trying to build libav 11.2 on sh4
olegendo at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Feb 21 21:29:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65151
--- Comment #5 from Oleg Endo <olegendo at gcc dot gnu.org> ---
The problem is the following insn:
(insn 45 11 12 2 (set (reg:HI 168 [ x ])
(subreg/s/u:HI (reg:SI 147 t) 0)) cchMsw9Z.out:9 -1
(expr_list:REG_DEAD (reg:SI 147 t)
(nil)))
which is not in sh.md.
The insn is created by the asmcons pass.
More information about the Gcc-bugs
mailing list