On Fri, Jul 29, 2016 at 04:48:34PM -0500, Bill Schmidt wrote: > The two tests in this patch fail on POWER7 and older hardware because > the requisite __float128 library routines are not built there. This > patch corrects the tests to require POWER8 or later hardware. > > Tested on POWER7 powerpc64-unknown-linux-gnu and on POWER8 > powerpc64le-unknown-linux-gnu. Ok for trunk and for backport to > gcc-6-branch?
Yes, please apply to both, Segher > 2016-07-29 Bill Schmidt <wschm...@linux.vnet.ibm.com> > > * gcc.target/powerpc/divkc3-1.c: Require POWER8 hardware. > * gcc.target/powerpc/mulkc3-1.c: Likewise.