The test cpymemsi-1.c is a "dg-do run" test, which does not have any restrictions for the enabled extensions. Let's drop the "gc" requirement, so that the test can also be executed on non-f and non-d targets.
gcc/testsuite/ChangeLog: * gcc.target/riscv/cpymemsi-1.c: Drop march-string. Signed-off-by: Christoph Müllner <christoph.muell...@vrull.eu> --- gcc/testsuite/gcc.target/riscv/cpymemsi-1.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/testsuite/gcc.target/riscv/cpymemsi-1.c b/gcc/testsuite/gcc.target/riscv/cpymemsi-1.c index 983b564ccaf..aee54d9aa00 100644 --- a/gcc/testsuite/gcc.target/riscv/cpymemsi-1.c +++ b/gcc/testsuite/gcc.target/riscv/cpymemsi-1.c @@ -1,6 +1,5 @@ /* { dg-do run } */ -/* { dg-options "-march=rv32gc -save-temps -g0 -fno-lto" { target { rv32 } } } */ -/* { dg-options "-march=rv64gc -save-temps -g0 -fno-lto" { target { rv64 } } } */ +/* { dg-options "-save-temps -g0 -fno-lto" } */ /* { dg-additional-options "-DRUN_FRACTION=11" { target simulator } } */ /* { dg-timeout-factor 2 } */ -- 2.44.0