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:
parent
4dbb14c26d
commit
a5d2bb3330
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue