https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62111
--- Comment #9 from Oleg Endo <olegendo at gcc dot gnu.org> --- (In reply to dhowe...@redhat.com from comment #7) > Having said that, if I use make -k, I can get this: > > ../drivers/scsi/sd.c: In function 'sd_init_command': > ../drivers/scsi/sd.c:1139:1: error: unrecognizable insn: > } > ^ > (insn 1335 1334 9 190 (set (reg/v:DI 336 [ sector ]) > (lshiftrt:DI (reg:DI 171 [ D.34693 ]) > (const_int -10 [0xfffffffffffffff6]))) ../drivers/scsi/sd.c:707 > -1 > (nil)) > ../drivers/scsi/sd.c:1139:1: internal compiler error: in extract_insn, at > recog.c:2202 > > Do you want it reducing? My first guess is that one of the commits for PR 54089 caused this, where I forgot to handle SHmedia cases. A reduced test case would help a lot indeed.