]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
aarch64/testsuite: Fix gcc.target/aarch64/simd/vmmla.c [PR116207]
authorAndrew Pinski <quic_apinski@quicinc.com>
Tue, 6 Aug 2024 22:43:21 +0000 (15:43 -0700)
committerAndrew Pinski <quic_apinski@quicinc.com>
Tue, 6 Aug 2024 22:46:56 +0000 (15:46 -0700)
After r15-2414-g2d105efd6f60 which fixed the dg-do directive, the testcase
stopped working because there was a missing -save-temps. This adds that and
now the testcase passes again.

Pushed as obvious.

gcc/testsuite/ChangeLog:

PR testsuite/116207
* gcc.target/aarch64/simd/vmmla.c: Add -save-temps to the
options.

Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
gcc/testsuite/gcc.target/aarch64/simd/vmmla.c

index 777decc56a20ce1f33addf1c042202026e74f842..3a599ddb58a44f79dde5cd325ba5956780ec0c0b 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do assemble } */
 /* { dg-require-effective-target arm_v8_2a_i8mm_ok } */
-/* { dg-additional-options "-march=armv8.2-a+i8mm" } */
+/* { dg-additional-options "-march=armv8.2-a+i8mm -save-temps" } */
 
 #include "arm_neon.h"