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:
parent
677cb11df0
commit
197a6aa6f9
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 } */
|
||||
|
|
|
@ -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 } */
|
||||
|
|
Loading…
Add table
Reference in a new issue