]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Make nomve_fp_1.c require arm_fp
authorChristophe Lyon <christophe.lyon@linaro.org>
Wed, 28 Jun 2023 09:09:04 +0000 (09:09 +0000)
committerChristophe Lyon <christophe.lyon@arm.com>
Wed, 28 Jun 2023 13:22:36 +0000 (15:22 +0200)
If GCC is configured with the default (soft) -mfloat-abi, and we don't
override the target_board test flags appropriately,
gcc.target/arm/mve/general-c/nomve_fp_1.c fails for lack of
-mfloat-abi=softfp or -mfloat-abi=hard, because it doesn't use
dg-add-options arm_v8_1m_mve (on purpose, see comment in the test).

Require and use the options needed for arm_fp to fix this problem.

2023-06-28  Christophe Lyon  <christophe.lyon@linaro.org>

gcc/testsuite/
* gcc.target/arm/mve/general-c/nomve_fp_1.c: Require arm_fp.

gcc/testsuite/gcc.target/arm/mve/general-c/nomve_fp_1.c

index 21c2af16a61905c950886b0c2ce24d97e6718975..c9d279ead685104f0e28f694ed1fd86027062a96 100644 (file)
@@ -1,9 +1,11 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target arm_v8_1m_mve_ok } */
+/* { dg-require-effective-target arm_fp_ok } */
 /* Do not use dg-add-options arm_v8_1m_mve, because this might expand to "",
    which could imply mve+fp depending on the user settings. We want to make
    sure the '+fp' extension is not enabled.  */
 /* { dg-options "-mfpu=auto -march=armv8.1-m.main+mve" } */
+/* { dg-add-options arm_fp } */
 
 #include <arm_mve.h>