aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2021-03-18 09:58:52 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2021-03-18 14:26:34 +0000
commit0211fbb610c19d728c68a0c6c603826059ea9af9 (patch)
treefc490859f13dabd3566a8273d7a594ed432c65fb
parent073595ef13b3395577a96bae051caae8cff9df0f (diff)
downloadgcc-0211fbb610c19d728c68a0c6c603826059ea9af9.zip
gcc-0211fbb610c19d728c68a0c6c603826059ea9af9.tar.gz
gcc-0211fbb610c19d728c68a0c6c603826059ea9af9.tar.bz2
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
-rw-r--r--gcc/testsuite/c-c++-common/zero-scratch-regs-10.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/c-c++-common/zero-scratch-regs-10.c b/gcc/testsuite/c-c++-common/zero-scratch-regs-10.c
index 193db8c..f393a3b 100644
--- a/gcc/testsuite/c-c++-common/zero-scratch-regs-10.c
+++ b/gcc/testsuite/c-c++-common/zero-scratch-regs-10.c
@@ -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>