Darwin, testsuite: skip some -mcmodel=large tests

See PR90698. On Xcode 15, the tests currently lead to a segfault of the
clang assembler.

gcc/testsuite/ChangeLog:

	* gcc.target/i386/pr113689-1.c: Skip test on darwin.
	* gcc.target/i386/pr113689-2.c: Likewise.
	* gcc.target/i386/pr113689-3.c: Likewise.
This commit is contained in:
Francois-Xavier Coudert 2024-02-10 18:44:16 +01:00
parent 6b13e32162
commit d29f6c0b59
3 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,6 @@
/* { dg-do run { target { lp64 && fpic } } } */
/* { dg-options "-O2 -fno-pic -fprofile -mcmodel=large" } */
/* { dg-skip-if "PR90698" { *-*-darwin* } } */
#include <stdarg.h>

View file

@ -1,5 +1,6 @@
/* { dg-do run { target { lp64 && fpic } } } */
/* { dg-options "-O2 -fpic -fprofile -mcmodel=large" } */
/* { dg-skip-if "PR90698" { *-*-darwin* } } */
__attribute__((noipa))
void

View file

@ -1,5 +1,6 @@
/* { dg-do run { target { lp64 && fpic } } } */
/* { dg-options "-O2 -fpic -fprofile -mcmodel=large" } */
/* { dg-skip-if "PR90698" { *-*-darwin* } } */
#include <stdarg.h>