On Sun, Feb 23, 2014 at 10:14 PM, Richard Sandiford wrote: > I noticed in passing that this 4.7 cleanup: > > http://article.gmane.org/gmane.comp.gcc.patches/224853 ... > so that nothing happens for pseudos. I've no idea whether this makes > a difference in practice or not but it seems safer to restore the old > behaviour. > > Tested on mipsisa64-sde-elf rather than x86_64-linux-gnu since it only > affects reload targets. OK to install?
If it's worked since GCC 4.7, why restore that code? I prefer an assert that the reg is not a pseudo. If something would break, it's still possible to restore the old behavior and have an explanation for why it should be like that. Ciao! Steven