Re: [PATCH] RISC-V: testsuite: Drop march-string in cpymemsi-1.c

2024-05-16 Thread Christoph Müllner
On Thu, May 16, 2024 at 10:03 AM Kito Cheng wrote: > > Just one minor question > > > 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

Re: [PATCH] RISC-V: testsuite: Drop march-string in cpymemsi-1.c

2024-05-16 Thread Kito Cheng
Just one minor question > 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 @@ > /

[PATCH] RISC-V: testsuite: Drop march-string in cpymemsi-1.c

2024-05-16 Thread Christoph Müllner
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. Si