Eric Botcazou <ebotca...@adacore.com> writes: >> Tested on arm-linux-gnueabi and x86_64-linux-gnu. Although I suppose >> I could self-approve this, I'd appreciate it if someone would double-check. >> >> Richard >> >> >> gcc/ >> * simplify-rtx.c (simplify_subreg): Check that the inner mode is >> a scalar integer before applying integer-only optimisations to >> inner arithmetic. > > Looks good to me.
Thanks. I went ahead and applied it. Richard