Re: [PATCH, rs6000] Fix 32-bit BE failure for gcc.target/powerpc/fold-vec-add-7.c

2016-12-08 Thread Segher Boessenkool
On Wed, Dec 07, 2016 at 09:05:13PM -0600, Bill Schmidt wrote: > Andreas Schwab observed that the subject test case fails on 32-bit big-endian > because the test is not restricted to targets that support __int128. This > patch rectifies that. > > Tested on powerpc64-unknown-linux-gnu and verified

[PATCH, rs6000] Fix 32-bit BE failure for gcc.target/powerpc/fold-vec-add-7.c

2016-12-07 Thread Bill Schmidt
Hi, Andreas Schwab observed that the subject test case fails on 32-bit big-endian because the test is not restricted to targets that support __int128. This patch rectifies that. Tested on powerpc64-unknown-linux-gnu and verified that the test is flagged as unsupported for BE, but runs correctly