Re: [PATCH, rs6000] Fix gcc.target/powerpc/pr78691-ppc.c

2016-12-09 Thread Segher Boessenkool
Hi Bill, On Fri, Dec 09, 2016 at 09:39:27AM -0600, Bill Schmidt wrote: > The fix for PR78691 added a new test case for 32-bit PowerPC. However, the > test needs to be restricted to 32-bit targets to avoid a FAIL. This patch > fixes that. > > Tested on powerpc64-unknown-linux-gnu. Ok for trunk?

[PATCH, rs6000] Fix gcc.target/powerpc/pr78691-ppc.c

2016-12-09 Thread Bill Schmidt
Hi, The fix for PR78691 added a new test case for 32-bit PowerPC. However, the test needs to be restricted to 32-bit targets to avoid a FAIL. This patch fixes that. Tested on powerpc64-unknown-linux-gnu. Ok for trunk? Thanks, Bill 2016-12-09 Bill Schmidt * gcc.target/powerpc/pr7