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:
parent
073595ef13
commit
0211fbb610
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user