[PATCH 3/8] testsuite: Add arm_v8_2a_i8mm options in gcc.target/arm/simd/vmmla_1.c

Christophe Lyon christophe.lyon@linaro.org
Thu Apr 23 13:55:30 GMT 2020


We need to add the options corresponding to the arm_v8_2a_i8mm_ok
effective target in order to use the right float-abi option.

2020-04-21  Christophe Lyon  <christophe.lyon@linaro.org>

	gcc/testsuite/
	* gcc.target/arm/simd/vmmla_1.c: Add arm_v8_2a_i8mm options.
---
 gcc/testsuite/gcc.target/arm/simd/vmmla_1.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.target/arm/simd/vmmla_1.c b/gcc/testsuite/gcc.target/arm/simd/vmmla_1.c
index b766a91..0007de6 100644
--- a/gcc/testsuite/gcc.target/arm/simd/vmmla_1.c
+++ b/gcc/testsuite/gcc.target/arm/simd/vmmla_1.c
@@ -1,6 +1,7 @@
 /* { dg-do assemble } */
 /* { dg-require-effective-target arm_v8_2a_i8mm_ok } */
 /* { dg-options "-save-temps -O2" } */
+/* { dg-add-options arm_v8_2a_i8mm } */
 /* { dg-additional-options "-march=armv8.2-a+i8mm" } */
 
 #include "arm_neon.h"
-- 
2.7.4



More information about the Gcc-patches mailing list