public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-7792] testsuite/arm: Add arm_v8_2a_i8mm options in gcc.target/arm/simd/vmmla_1.c
@ 2021-03-23 15:12 Christophe Lyon
  0 siblings, 0 replies; only message in thread
From: Christophe Lyon @ 2021-03-23 15:12 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:aa706c46366553081a618502e9d71530cfa74dfa

commit r11-7792-gaa706c46366553081a618502e9d71530cfa74dfa
Author: Christophe Lyon <christophe.lyon@linaro.org>
Date:   Mon Apr 20 22:36:09 2020 +0000

    testsuite/arm: Add arm_v8_2a_i8mm options in gcc.target/arm/simd/vmmla_1.c
    
    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:
    -mfloat-abi=softfp makes the test pass for arm-linux-gnueabi,
    while no -mfloat-abi option is needed for arm-linux-gnueabihf.
    
    2021-03-19  Christophe Lyon  <christophe.lyon@linaro.org>
    
            gcc/testsuite/
            * gcc.target/arm/simd/vmmla_1.c: Add arm_v8_2a_i8mm options.

Diff:
---
 gcc/testsuite/gcc.target/arm/simd/vmmla_1.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/arm/simd/vmmla_1.c b/gcc/testsuite/gcc.target/arm/simd/vmmla_1.c
index d33ebf361d4..a88c4eac62b 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 -march=armv8.2-a+i8mm -mfpu=auto -mfloat-abi=hard" } */
+/* { dg-options "-save-temps -O2 -mfpu=auto" } */
+/* { dg-add-options arm_v8_2a_i8mm } */
 
 #include "arm_neon.h"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-23 15:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23 15:12 [gcc r11-7792] testsuite/arm: Add arm_v8_2a_i8mm options in gcc.target/arm/simd/vmmla_1.c Christophe Lyon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).