]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Testsuite, i386: Mark test as requiring dfp
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Mon, 30 Oct 2023 14:14:42 +0000 (15:14 +0100)
committerFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sun, 5 Nov 2023 20:44:49 +0000 (21:44 +0100)
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

index 16ceca6ddc616e21ae4423e125ac874cd09fc6a5..c2e04d199abb4c09ee709bdb3b054f1807a1aed3 100644 (file)
@@ -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;