From 3ba43155d2b27978589b2c1b0c4fdbaf8d4bba4d Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Fri, 28 Aug 2020 07:56:51 +0000 Subject: [PATCH] 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 gcc/testsuite/ * gcc.dg/pr96579.c: Compile only with target dfp. --- gcc/testsuite/gcc.dg/pr96579.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/pr96579.c b/gcc/testsuite/gcc.dg/pr96579.c index 49fdcb40359..982f8ac17a5 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" -- 2.30.2