From: H.J. Lu <(no_default)> Date: Tue, 30 Jan 2024 02:12:14 +0000 (-0800) Subject: x86: Limit -mcmodel=large tests to lp64 target X-Git-Tag: basepoints/gcc-15~1628 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=786208d7b230c07d292d8e269dd3d050ad11e1bf;p=thirdparty%2Fgcc.git x86: Limit -mcmodel=large tests to lp64 target -mcmodel=large is only supported for lp64 targets. Limit -mcmodel=large tests of libcall-1.c and pr107057.c to lp64 target. * gcc.target/i386/libcall-1.c: Limit to lp64 target. * gcc.target/i386/pr107057.c: Likewise. --- diff --git a/gcc/testsuite/gcc.target/i386/libcall-1.c b/gcc/testsuite/gcc.target/i386/libcall-1.c index cb95aca7a29a..34a31dd23c6d 100644 --- a/gcc/testsuite/gcc.target/i386/libcall-1.c +++ b/gcc/testsuite/gcc.target/i386/libcall-1.c @@ -1,7 +1,7 @@ /* Make sure that external refences for libcalls are generated even for indirect calls. */ -/* { dg-do compile { target int128 } } */ +/* { dg-do compile { target { int128 && lp64 } } } */ /* { dg-options "-O2 -mcmodel=large" } */ /* { dg-final { scan-assembler "globl\t__divti3" } } */ /* { dg-skip-if "PR90698" { *-*-darwin* } } */ diff --git a/gcc/testsuite/gcc.target/i386/pr107057.c b/gcc/testsuite/gcc.target/i386/pr107057.c index 40b49ac21ecb..f4ebc3deef3c 100644 --- a/gcc/testsuite/gcc.target/i386/pr107057.c +++ b/gcc/testsuite/gcc.target/i386/pr107057.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target { ! ia32 } } } */ +/* { dg-do compile { target lp64 } } */ /* { dg-options "-mavx -mcmodel=large -O3" } */ typedef double v2df __attribute__ ((vector_size (16)));