Alexandre Oliva via Gcc-patches <gcc-patches@gcc.gnu.org> writes: > The pr104882.c test is an execution test, but arm_v8_1m_mve_ok only > tests for compile-time support. Add a requirement for mve hardware. > > Regstrapped on x86_64-linux-gnu. > Tested on arm-vxworks7 (gcc-12) and arm-eabi (trunk). Ok to install? > > for gcc/testsuite/ChangeLog > > PR target/104882 > * gcc.target/arm/simd/pr104882.c: Require mve hardware. > --- > gcc/testsuite/gcc.target/arm/simd/pr104882.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gcc/testsuite/gcc.target/arm/simd/pr104882.c > b/gcc/testsuite/gcc.target/arm/simd/pr104882.c > index ae9709af42f22..1ea7a14836f54 100644 > --- a/gcc/testsuite/gcc.target/arm/simd/pr104882.c > +++ b/gcc/testsuite/gcc.target/arm/simd/pr104882.c > @@ -1,4 +1,5 @@ > /* { dg-do run } */ > +/* { dg-require-effective-target arm_mve_hw } */ > /* { dg-require-effective-target arm_v8_1m_mve_ok } */ > /* { dg-add-options arm_v8_1m_mve } */ > /* { dg-additional-options "-O2" } */
Hi Alexandre, no approver here but LGTM, thanks. Andrea