testsuite: Run gcc.dg/pr96579.c only on targets with dfp support.
authorChristophe Lyon <christophe.lyon@linaro.org>
Fri, 28 Aug 2020 07:56:51 +0000 (07:56 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Fri, 28 Aug 2020 07:59:50 +0000 (07:59 +0000)
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.

gcc/testsuite/gcc.dg/pr96579.c

index 49fdcb403599c99157f5c94b765e121beb65fc82..982f8ac17a53fc7b4a3cea5c9c10710c4e888cb5 100644 (file)
@@ -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"