From: H.J. Lu Date: Thu, 10 Oct 2024 09:29:27 +0000 (+0800) Subject: gcc.target/i386/pr115407.c: Only run for lp64 X-Git-Tag: basepoints/gcc-16~5280 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ba65a7f2d9ff85cd818a3115f71b2946f34a0ff;p=thirdparty%2Fgcc.git gcc.target/i386/pr115407.c: Only run for lp64 Since -mcmodel=large is valid only for lp64, run pr115407.c only for lp64. * gcc.target/i386/pr115407.c: Only run for lp64. Signed-off-by: H.J. Lu --- diff --git a/gcc/testsuite/gcc.target/i386/pr115407.c b/gcc/testsuite/gcc.target/i386/pr115407.c index b6cb7a6d9ea..426fb176b5b 100644 --- a/gcc/testsuite/gcc.target/i386/pr115407.c +++ b/gcc/testsuite/gcc.target/i386/pr115407.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target { ! ia32 } } } */ +/* { dg-do compile { target { lp64 } } } */ /* { dg-options "-O2 -mcmodel=large -mavx512bw" } */ __attribute__((__vector_size__(64))) char v;