On Thu, Dec 01, 2016 at 07:46:31PM -0500, Michael Meissner wrote: > The previous code before 242679 used 'wY', but I deleted the 'w' by accident. > > This bug showed up in compiling PUGHReduce/Reduction.c in the cactusADM Spec > 2006 benchmark suite. I have verified that this fixes the problem. > > Assuming the bootstrap and make check that I'm running right now don't cause > any regressions, can I check the patch into the trunk?
Yes of course. Thanks, Segher > 2016-12-01 Michael Meissner <meiss...@linux.vnet.ibm.com> > > PR target/78639 > * config/rs6000/rs6000.md (movdi_internal64): Fix typo in > subversion id 242679 that causes the wrong store instruction to be > generated if a DImode is in an Altivec register using REG+REG > addressing.