]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite, X86, Darwin: Skip a test for mcmodel=large.
authorIain Sandoe <iain@sandoe.co.uk>
Sat, 28 Oct 2023 18:42:21 +0000 (19:42 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Sun, 29 Oct 2023 07:12:48 +0000 (07:12 +0000)
The large model is not implemented so far for Darwin (and the
codegen will be different when it is).

gcc/testsuite/ChangeLog:

* gcc.target/i386/large-data.c: Skip for Darwin.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/testsuite/gcc.target/i386/large-data.c

index bdd4acd30b8b0c0a00f138334abb1ef9bdd4c32d..164b38bdf67d4c36b2c720f662334625ffecf759 100644 (file)
@@ -1,6 +1,7 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target lp64 } */
 /* { dg-options "-O2 -mcmodel=large -mlarge-data-threshold=4" } */
+/* { dg-skip-if "PR90698" "*-*-darwin*" } */
 /* { dg-final { scan-assembler {\.lbss} } } */
 /* { dg-final { scan-assembler {\.bss} } } */
 /* { dg-final { scan-assembler {\.ldata} } } */