https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96579

Christophe Lyon <clyon at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clyon at gcc dot gnu.org

--- Comment #6 from Christophe Lyon <clyon at gcc dot gnu.org> ---
https://gcc.gnu.org/g:3ba43155d2b27978589b2c1b0c4fdbaf8d4bba4d

commit r11-2918-g3ba43155d2b27978589b2c1b0c4fdbaf8d4bba4d
Author: Christophe Lyon <christophe.l...@linaro.org>
Date:   Fri Aug 28 07:56:51 2020 +0000

    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.l...@linaro.org>

            gcc/testsuite/
            * gcc.dg/pr96579.c: Compile only with target dfp.

Diff:
---
 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"

Reply via email to