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.
This commit is contained in:
Francois-Xavier Coudert 2023-10-30 15:14:42 +01:00
parent 4dbb14c26d
commit a5d2bb3330

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