From a5d2bb333043bda0cc7ba6e36b26205e7f292d40 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Mon, 30 Oct 2023 15:14:42 +0100 Subject: [PATCH] Testsuite, i386: Mark test as requiring dfp Test is currently failing on x86_64-apple-darwin with "decimal floating-point not supported for this target". gcc/testsuite/ChangeLog: * gcc.target/i386/pr111753.c: Require dfp. --- gcc/testsuite/gcc.target/i386/pr111753.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.target/i386/pr111753.c b/gcc/testsuite/gcc.target/i386/pr111753.c index 16ceca6ddc6..c2e04d199ab 100644 --- a/gcc/testsuite/gcc.target/i386/pr111753.c +++ b/gcc/testsuite/gcc.target/i386/pr111753.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target { ! ia32 } } } */ +/* { dg-do compile { target { dfp && { ! ia32 } } } } */ /* { dg-options "-O2 -mavx512bw -fno-tree-ter -Wno-div-by-zero" } */ typedef int __attribute__((__vector_size__ (8))) v64u8; -- 2.11.4.GIT