From: liuhongt Date: Wed, 8 Jun 2022 02:55:32 +0000 (+0800) Subject: Adjust testcase to avoid compile failure under -m32. X-Git-Tag: basepoints/gcc-14~6199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4bdeaba6ef8a83877417f7ec172fd8743370284;p=thirdparty%2Fgcc.git Adjust testcase to avoid compile failure under -m32. gcc/testsuite/ChangeLog: PR target/105854 * gcc.target/i386/pr105854.c: Add target int128 and dfp. --- diff --git a/gcc/testsuite/gcc.target/i386/pr105854.c b/gcc/testsuite/gcc.target/i386/pr105854.c index 28abef67915..36a8080b8a7 100644 --- a/gcc/testsuite/gcc.target/i386/pr105854.c +++ b/gcc/testsuite/gcc.target/i386/pr105854.c @@ -1,4 +1,5 @@ -/* { dg-do compile } */ +/* { dg-do compile { target int128 } } */ +/* { dg-require-effective-target dfp } */ /* { dg-options "-O -fcaller-saves -mavx512vl -mno-avx512bw" } */ typedef int __attribute__((__vector_size__ (8))) T;