On Thu, Jun 30, 2016 at 05:55:04PM -0500, Peter Bergner wrote: > We currently don't allow TDmode values to use direct moves, since they > live in register pairs and the most significant word is always in the > even-numbered register which does not match subreg ordering in little > endian mode. The following patch fixes PR71698 by disallowing reload > from using direct moves for TDmode values. > > This passed bootstrap and regtesting with no regressions. Ok for trunk?
Yes, this is okay. Thanks! > This is also broken on the FSF 6 branch, so is this ok there too after > bootstrap and regtesting there? Okay. Segher