re PR target/68609 (PowerPC reciprocal estimate missed opportunities)

PR target/68609
        * gcc.target/powerpc/recip-6.c: Enable on AIX.
        * gcc.target/powerpc/recip-7.c: Same.

From-SVN: r232468
This commit is contained in:
David Edelsohn 2016-01-16 20:04:33 +00:00 committed by David Edelsohn
parent 677cb11df0
commit 197a6aa6f9
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2016-01-16 David Edelsohn <dje.gcc@gmail.com>
PR target/68609
* gcc.target/powerpc/recip-6.c: Enable on AIX.
* gcc.target/powerpc/recip-7.c: Same.
2016-01-16 Patrick Palka <ppalka@gcc.gnu.org>
PR c++/69091

View file

@ -1,4 +1,4 @@
/* { dg-do run { target { powerpc*-*-linux* } } } */
/* { dg-do run { target { powerpc*-*-linux* powerpc*-ibm-aix* } } } */
/* { dg-skip-if "" { powerpc*-*-darwin* } { "*" } { "" } } */
/* { dg-skip-if "" { powerpc*-*-*spe* } { "*" } { "" } } */
/* { dg-require-effective-target vsx_hw } */

View file

@ -1,4 +1,4 @@
/* { dg-do run { target { powerpc*-*-linux* } } } */
/* { dg-do run { target { powerpc*-*-linux* powerpc*-ibm-aix* } } } */
/* { dg-skip-if "" { powerpc*-*-darwin* } { "*" } { "" } } */
/* { dg-skip-if "" { powerpc*-*-*spe* } { "*" } { "" } } */
/* { dg-require-effective-target ppc_recip_hw } */