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.
This commit is contained in:
Christophe Lyon 2020-08-28 07:56:51 +00:00
parent 58d6eea0e0
commit 3ba43155d2
1 changed files with 1 additions and 1 deletions

View 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"