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:
Iain Sandoe 2020-11-08 09:34:36 +00:00
parent 94b74e7aca
commit 49393e266a
4 changed files with 4 additions and 4 deletions

View file

@ -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>

View file

@ -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"

View file

@ -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"

View file

@ -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"