Ian Lance Taylor <[EMAIL PROTECTED]> writes: > simplify_gen_subreg will only return NULL when the RTL is already > bogus.
Be that as it may, but it was returning NULL in my case. (I tried calling simplify_gen_subreg too). The code in expmed.c seemed to be OK with generating bogus subregs, assuming that something else will reject them or they'll get fixed later.