Re: [PATCH rs6000 testsuite] Fix PR79158

2017-02-02 Thread Segher Boessenkool
On Thu, Feb 02, 2017 at 02:09:55PM -0600, Pat Haugen wrote: > The testcase has been failing on BE because the compiler is simply storing > the value straight from the GPRs. The following patch fixes the issue by > using 'r' in an expression which forces the value back to a VSR. Verified the > te

[PATCH rs6000 testsuite] Fix PR79158

2017-02-02 Thread Pat Haugen
The testcase has been failing on BE because the compiler is simply storing the value straight from the GPRs. The following patch fixes the issue by using 'r' in an expression which forces the value back to a VSR. Verified the testcase now passes for powerpc64 and still passes for powerpc64le. Ok