diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2020-08-28 07:56:51 +0000 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@linaro.org> | 2020-08-28 07:59:50 +0000 |
commit | 3ba43155d2b27978589b2c1b0c4fdbaf8d4bba4d (patch) | |
tree | b2473ad0a6194f4ce8355bed59779e3f0d42bdf7 | |
parent | 58d6eea0e0754351b399a4b85562f81326a184ad (diff) | |
download | gcc-3ba43155d2b27978589b2c1b0c4fdbaf8d4bba4d.zip gcc-3ba43155d2b27978589b2c1b0c4fdbaf8d4bba4d.tar.gz gcc-3ba43155d2b27978589b2c1b0c4fdbaf8d4bba4d.tar.bz2 |
testsuite: Run gcc.dg/pr96579.c only on targets with dfp support.
gcc.dg/pr96579.c includes gcc.dg/pr96370.c which needs target dfp.
2020-08-28 Christophe Lyon <christophe.lyon@linaro.org>
gcc/testsuite/
* gcc.dg/pr96579.c: Compile only with target dfp.
-rw-r--r-- | gcc/testsuite/gcc.dg/pr96579.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pr96579.c b/gcc/testsuite/gcc.dg/pr96579.c index 49fdcb4..982f8ac 100644 --- a/gcc/testsuite/gcc.dg/pr96579.c +++ b/gcc/testsuite/gcc.dg/pr96579.c @@ -1,4 +1,4 @@ -/* { dg-do compile } */ +/* { dg-do compile { target dfp } } */ /* { dg-options "-O -fno-tree-forwprop -ffast-math -fno-tree-vrp" } */ #include "pr96370.c" |