mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-22 21:41:28 +08:00
[Darwin, PPC, testsuite] Add requires for DFP to two tests.
The two tests use decimal floating point, add the relevant dg-requires so that they are unsupported on platforms without DFP. 2019-06-22 Iain Sandoe <iain@sandoe.co.uk> * gcc.target/powerpc/pr64205.c: Require effective target dfp. * gcc.target/powerpc/pr79909.c: Likewise. From-SVN: r272592
This commit is contained in:
parent
2d8a764886
commit
d9fe6cc425
@ -1,3 +1,8 @@
|
||||
2019-06-22 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
* gcc.target/powerpc/pr64205.c: Require effective target dfp.
|
||||
* gcc.target/powerpc/pr79909.c: Likewise.
|
||||
|
||||
2019-06-22 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
* gcc.target/powerpc/darwin-bool-1.c: Suppress the pedantic
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* { dg-do compile { target { powerpc*-*-* && ilp32 } } } */
|
||||
/* { dg-require-effective-target dfp } */
|
||||
/* { dg-skip-if "" { powerpc*-*-aix* } } */
|
||||
/* { dg-options "-O2 -mdejagnu-cpu=G5 -maltivec" } */
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
/* PR rtl-optimization/79909 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -mxl-compat" } */
|
||||
/* { dg-require-effective-target dfp } */
|
||||
/* { dg-skip-if "DFP" { powerpc*-*-aix* } } */
|
||||
|
||||
typedef float T __attribute__ ((mode (TD)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user