]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: arm: Use effective-target for data-intrinsics-assembly test
authorTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Sat, 19 Oct 2024 17:55:51 +0000 (19:55 +0200)
committerTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Mon, 4 Nov 2024 19:17:39 +0000 (20:17 +0100)
The expected assembler in the test case assumes -marm, so explicily
require it.

gcc/testsuite/ChangeLog:

* gcc.target/arm/acle/data-intrinsics-assembly.c: Use
effective-target arm_arch_v6_arm.

Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
gcc/testsuite/gcc.target/arm/acle/data-intrinsics-assembly.c

index 478cbde1600e7fd7aa33d6121fe71849d250b8e1..f0f583734e8d869fa2e5bcb572a3880d7c69f3d1 100644 (file)
@@ -1,9 +1,9 @@
 /* Test the ACLE data intrinsics get expanded to the correct instructions on a specific architecture  */
 /* { dg-do assemble } */
 /* { dg-require-effective-target arm_softfp_ok } */
-/* { dg-require-effective-target arm_arch_v6_ok } */
+/* { dg-require-effective-target arm_arch_v6_arm_ok } */
 /* { dg-additional-options "--save-temps -O1" } */
-/* { dg-add-options arm_arch_v6 } */
+/* { dg-add-options arm_arch_v6_arm } */
 /* { dg-final { check-function-bodies "**" "" "" } } */
 
 #include "arm_acle.h"