testsuite, Darwin, PPC : Skip zero scratch regs tests.
XFAIL-ing these is not sufficient, unfortunately, we need to skip them completely. gcc/testsuite/ChangeLog: * c-c++-common/zero-scratch-regs-10.c: Skip for powerpc Darwin. * c-c++-common/zero-scratch-regs-11.c: Likewise. * c-c++-common/zero-scratch-regs-8.c: Likewise. * c-c++-common/zero-scratch-regs-9.c: Likewise.
This commit is contained in:
parent
94b74e7aca
commit
49393e266a
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-xfail-if "not implemented" { powerpc*-*-darwin* } } */
|
||||
/* { dg-skip-if "not implemented" { powerpc*-*-darwin* } } */
|
||||
/* { dg-options "-O2" } */
|
||||
|
||||
#include <assert.h>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-xfail-if "not implemented" { powerpc*-*-darwin* } } */
|
||||
/* { dg-skip-if "not implemented" { powerpc*-*-darwin* } } */
|
||||
/* { dg-options "-O2 -fzero-call-used-regs=all" } */
|
||||
|
||||
#include "zero-scratch-regs-10.c"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-xfail-if "not implemented" { powerpc*-*-darwin* } } */
|
||||
/* { dg-skip-if "not implemented" { powerpc*-*-darwin* } } */
|
||||
/* { dg-options "-O2 -fzero-call-used-regs=all-arg" } */
|
||||
|
||||
#include "zero-scratch-regs-1.c"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-xfail-if "not implemented" { powerpc*-*-darwin* } } */
|
||||
/* { dg-skip-if "not implemented" { powerpc*-*-darwin* } } */
|
||||
/* { dg-options "-O2 -fzero-call-used-regs=all" } */
|
||||
|
||||
#include "zero-scratch-regs-1.c"
|
||||
|
|
Loading…
Add table
Reference in a new issue