From 0211fbb610c19d728c68a0c6c603826059ea9af9 Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Thu, 18 Mar 2021 09:58:52 +0000 Subject: [PATCH] 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 gcc/testsuite/ PR testsuite/97680 * c-c++-common/zero-scratch-regs-10.c: Skip on arm --- gcc/testsuite/c-c++-common/zero-scratch-regs-10.c | 1 + 1 file changed, 1 insertion(+) 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 193db8c3a30d..f393a3b9c5b5 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 -- 2.43.5