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:
parent
6b13e32162
commit
d29f6c0b59
3 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue