testsuite: Skip c-c++-common/zero-scratch-regs-10.c on arm

As discussed in PR 97680, -fzero-call-used-regs is not supported on
arm.

Skip this test to avoid failure reports.

2021-03-18  Christophe Lyon  <christophe.lyon@linaro.org>

	gcc/testsuite/
	PR testsuite/97680
	* c-c++-common/zero-scratch-regs-10.c: Skip on arm
This commit is contained in:
Christophe Lyon 2021-03-18 09:58:52 +00:00
parent 073595ef13
commit 0211fbb610

View File

@ -1,5 +1,6 @@
/* { dg-do run } */
/* { dg-skip-if "not implemented" { powerpc*-*-* } } */
/* { dg-skip-if "not implemented" { arm*-*-* } } */
/* { dg-options "-O2" } */
#include <assert.h>