]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[PR104882] [arm] require mve hw for mve run test
authorAlexandre Oliva <oliva@adacore.com>
Fri, 3 Mar 2023 18:59:14 +0000 (15:59 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Fri, 3 Mar 2023 18:59:14 +0000 (15:59 -0300)
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.

for  gcc/testsuite/ChangeLog

PR target/104882
* gcc.target/arm/simd/pr104882.c: Require mve hardware.

gcc/testsuite/gcc.target/arm/simd/pr104882.c

index ae9709af42f227ffb1d72b5a6baad943e578008f..1ea7a14836f54fda18a2d7e67002fe82996e7430 100644 (file)
@@ -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" } */