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>
/* 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"