Skip to content

Commit

Permalink
testsuite, X86, Darwin: Skip a test for mcmodel=large.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
iains committed Oct 29, 2023
1 parent 78491be commit c6929b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcc/testsuite/gcc.target/i386/large-data.c
Original file line number Diff line number Diff line change
@@ -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} } } */
Expand Down

0 comments on commit c6929b0

Please sign in to comment.