testsuite: [arm/mve] Fix mve_move_gpr_to_gpr.c
authorChristophe Lyon <christophe.lyon@linaro.org>
Wed, 22 Apr 2020 13:47:35 +0000 (13:47 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Wed, 22 Apr 2020 13:56:51 +0000 (13:56 +0000)
This test can pass with a hard-float toolchain, provided we don't
force -mfloat-abi=softfp.

This patch removes this useless option, as well as -save-temps which
is implied by arm_v8_1m_mve_fp.

2020-04-22  Christophe Lyon  <christophe.lyon@linaro.org>

gcc/testsuite/
* gcc.target/arm/mve/intrinsics/mve_move_gpr_to_gpr.c: Remove
useless options.

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_move_gpr_to_gpr.c

index 81f3caeb3d2029342b17512b38da112334fa0217..0fb0021fa724eb968ed343f65d67d369ccfa6e32 100644 (file)
@@ -1,3 +1,8 @@
+2020-04-22  Christophe Lyon  <christophe.lyon@linaro.org>
+
+        * gcc.target/arm/mve/intrinsics/mve_move_gpr_to_gpr.c: Remove
+        useless options.
+
 2020-04-22  Christophe Lyon  <christophe.lyon@linaro.org>
 
         * gcc.target/arm/mve/intrinsics/mve_fp_fpu1.c: Use arm_hard_ok
index 374bc4d2cd84f4a8ea5c7ee430306182581a8582..53300e5e83b301b1454ac28ce5793d4b074ca9f8 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-require-effective-target arm_v8_1m_mve_fp_ok } */
 /* { dg-add-options arm_v8_1m_mve_fp } */
-/* { dg-additional-options "-O2 -mfloat-abi=softfp --save-temps" } */
+/* { dg-additional-options "-O2" } */
 
 #include "arm_mve.h"