]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
arm: Add check for arm_softfp_ok in pr98435.c.
authorprathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
Fri, 13 Aug 2021 06:58:50 +0000 (12:28 +0530)
committerprathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
Fri, 13 Aug 2021 06:59:46 +0000 (12:29 +0530)
gcc/testsuite/ChangeLog:
* gcc.target/arm/simd/pr98435.c: Add dg-require-effective-target
arm_softfp_ok.

gcc/testsuite/gcc.target/arm/simd/pr98435.c

index 0af8633fd5650013679b1d58889f3735867a54e5..a4c6a1c85e010fa91d3869876c2063c795f1080e 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O2 -ffast-math" } */
+/* { dg-require-effective-target arm_softfp_ok } */
 /* { dg-require-effective-target arm_v8_2a_bf16_neon_ok } */
 /* { dg-add-options arm_v8_2a_bf16_neon } */
 /* { dg-additional-options "-mfloat-abi=softfp -march=armv8.2-a+bf16+fp16" } */