]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Require dfp for pr112943.c
authorHongyu Wang <hongyu.wang@intel.com>
Fri, 15 Dec 2023 02:41:44 +0000 (10:41 +0800)
committerHongyu Wang <hongyu.wang@intel.com>
Fri, 15 Dec 2023 02:46:03 +0000 (10:46 +0800)
This test fails on darwin as it does not support _Decimal64,
so require dfp for it.

gcc/testsuite/ChangeLog:

* gcc.target/i386/pr112943.c: Require dfp.

gcc/testsuite/gcc.target/i386/pr112943.c

index 7e299bd4b5e60924285405f5227c8e17d21b917f..b1840a1f4628f3379dd42816da5fc1fac349d1c1 100644 (file)
@@ -1,5 +1,5 @@
 /* PR target/112943 */
-/* { dg-do compile { target { ! ia32 } } } */
+/* { dg-do compile { target { dfp && { ! ia32 } } } } */
 /* { dg-options "-O2 -march=westmere -mapxf" } */
 
 typedef unsigned char __attribute__((__vector_size__(1))) v8u8;