[testsuite] Fix directives order
authorChristophe Lyon <christophe.lyon@linaro.org>
Mon, 6 Nov 2017 10:40:43 +0000 (10:40 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Mon, 6 Nov 2017 10:40:43 +0000 (11:40 +0100)
2017-11-06  Christophe Lyon  <christophe.lyon@linaro.org>

* gcc.c-torture/execute/pr23135.c: Move dg-add-options after
dg-options.
* gcc.dg/torture/pr78305.c: Move dg-do as first directive.
* gcc.misc-tests/gcov-3.c: Likewise.
* gcc.target/arm/cmse/baseline/cmse-11.c: Move dg-options before dg-add-options.
* gcc.target/arm/cmse/baseline/cmse-13.c: Likewise.
* gcc.target/arm/cmse/baseline/cmse-2.c: Likewise.
* gcc.target/arm/cmse/baseline/cmse-6.c: Likewise.
* gcc.target/arm/cmse/baseline/softfp.c: Likewise.
* gcc.target/arm/cmse/mainline/hard-sp/cmse-13.c: Likewise.
* gcc.target/arm/cmse/mainline/hard-sp/cmse-5.c: Likewise.
* gcc.target/arm/cmse/mainline/hard-sp/cmse-7.c: Likewise.
* gcc.target/arm/cmse/mainline/hard-sp/cmse-8.c: Likewise.
* gcc.target/arm/cmse/mainline/hard/cmse-13.c: Likewise.
* gcc.target/arm/cmse/mainline/hard/cmse-5.c: Likewise.
* gcc.target/arm/cmse/mainline/hard/cmse-7.c: Likewise.
* gcc.target/arm/cmse/mainline/hard/cmse-8.c: Likewise.
* gcc.target/arm/cmse/mainline/soft/cmse-13.c: Likewise.
* gcc.target/arm/cmse/mainline/soft/cmse-5.c: Likewise.
* gcc.target/arm/cmse/mainline/soft/cmse-7.c: Likewise.
* gcc.target/arm/cmse/mainline/soft/cmse-8.c: Likewise.
* gcc.target/arm/cmse/mainline/softfp-sp/cmse-5.c: Likewise.
* gcc.target/arm/cmse/mainline/softfp-sp/cmse-7.c: Likewise.
* gcc.target/arm/cmse/mainline/softfp-sp/cmse-8.c: Likewise.
* gcc.target/arm/cmse/mainline/softfp/cmse-13.c: Likewise.
* gcc.target/arm/cmse/mainline/softfp/cmse-5.c: Likewise.
* gcc.target/arm/cmse/mainline/softfp/cmse-7.c: Likewise.
* gcc.target/arm/cmse/mainline/softfp/cmse-8.c: Likewise.
* gcc.target/arm/lp1189445.c: Likewise.

From-SVN: r254445

29 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr23135.c
gcc/testsuite/gcc.dg/torture/pr78305.c
gcc/testsuite/gcc.misc-tests/gcov-3.c
gcc/testsuite/gcc.target/arm/cmse/baseline/cmse-11.c
gcc/testsuite/gcc.target/arm/cmse/baseline/cmse-13.c
gcc/testsuite/gcc.target/arm/cmse/baseline/cmse-2.c
gcc/testsuite/gcc.target/arm/cmse/baseline/cmse-6.c
gcc/testsuite/gcc.target/arm/cmse/baseline/softfp.c
gcc/testsuite/gcc.target/arm/cmse/mainline/hard-sp/cmse-13.c
gcc/testsuite/gcc.target/arm/cmse/mainline/hard-sp/cmse-5.c
gcc/testsuite/gcc.target/arm/cmse/mainline/hard-sp/cmse-7.c
gcc/testsuite/gcc.target/arm/cmse/mainline/hard-sp/cmse-8.c
gcc/testsuite/gcc.target/arm/cmse/mainline/hard/cmse-13.c
gcc/testsuite/gcc.target/arm/cmse/mainline/hard/cmse-5.c
gcc/testsuite/gcc.target/arm/cmse/mainline/hard/cmse-7.c
gcc/testsuite/gcc.target/arm/cmse/mainline/hard/cmse-8.c
gcc/testsuite/gcc.target/arm/cmse/mainline/soft/cmse-13.c
gcc/testsuite/gcc.target/arm/cmse/mainline/soft/cmse-5.c
gcc/testsuite/gcc.target/arm/cmse/mainline/soft/cmse-7.c
gcc/testsuite/gcc.target/arm/cmse/mainline/soft/cmse-8.c
gcc/testsuite/gcc.target/arm/cmse/mainline/softfp-sp/cmse-5.c
gcc/testsuite/gcc.target/arm/cmse/mainline/softfp-sp/cmse-7.c
gcc/testsuite/gcc.target/arm/cmse/mainline/softfp-sp/cmse-8.c
gcc/testsuite/gcc.target/arm/cmse/mainline/softfp/cmse-13.c
gcc/testsuite/gcc.target/arm/cmse/mainline/softfp/cmse-5.c
gcc/testsuite/gcc.target/arm/cmse/mainline/softfp/cmse-7.c
gcc/testsuite/gcc.target/arm/cmse/mainline/softfp/cmse-8.c
gcc/testsuite/gcc.target/arm/lp1189445.c

index b56ace44321df07e1bb831e5b824e16b1259808f..ceb0f430126d408e6e034fcf006736f122bb12f2 100644 (file)
@@ -1,3 +1,35 @@
+2017-11-06  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * gcc.c-torture/execute/pr23135.c: Move dg-add-options after
+       dg-options.
+       * gcc.dg/torture/pr78305.c: Move dg-do as first directive.
+       * gcc.misc-tests/gcov-3.c: Likewise.
+       * gcc.target/arm/cmse/baseline/cmse-11.c: Move dg-options before dg-add-options.
+       * gcc.target/arm/cmse/baseline/cmse-13.c: Likewise.
+       * gcc.target/arm/cmse/baseline/cmse-2.c: Likewise.
+       * gcc.target/arm/cmse/baseline/cmse-6.c: Likewise.
+       * gcc.target/arm/cmse/baseline/softfp.c: Likewise.
+       * gcc.target/arm/cmse/mainline/hard-sp/cmse-13.c: Likewise.
+       * gcc.target/arm/cmse/mainline/hard-sp/cmse-5.c: Likewise.
+       * gcc.target/arm/cmse/mainline/hard-sp/cmse-7.c: Likewise.
+       * gcc.target/arm/cmse/mainline/hard-sp/cmse-8.c: Likewise.
+       * gcc.target/arm/cmse/mainline/hard/cmse-13.c: Likewise.
+       * gcc.target/arm/cmse/mainline/hard/cmse-5.c: Likewise.
+       * gcc.target/arm/cmse/mainline/hard/cmse-7.c: Likewise.
+       * gcc.target/arm/cmse/mainline/hard/cmse-8.c: Likewise.
+       * gcc.target/arm/cmse/mainline/soft/cmse-13.c: Likewise.
+       * gcc.target/arm/cmse/mainline/soft/cmse-5.c: Likewise.
+       * gcc.target/arm/cmse/mainline/soft/cmse-7.c: Likewise.
+       * gcc.target/arm/cmse/mainline/soft/cmse-8.c: Likewise.
+       * gcc.target/arm/cmse/mainline/softfp-sp/cmse-5.c: Likewise.
+       * gcc.target/arm/cmse/mainline/softfp-sp/cmse-7.c: Likewise.
+       * gcc.target/arm/cmse/mainline/softfp-sp/cmse-8.c: Likewise.
+       * gcc.target/arm/cmse/mainline/softfp/cmse-13.c: Likewise.
+       * gcc.target/arm/cmse/mainline/softfp/cmse-5.c: Likewise.
+       * gcc.target/arm/cmse/mainline/softfp/cmse-7.c: Likewise.
+       * gcc.target/arm/cmse/mainline/softfp/cmse-8.c: Likewise.
+       * gcc.target/arm/lp1189445.c: Likewise.
+
 2017-11-06  Mukesh Kapoor  <mukesh.kapoor@oracle.com>
 
        PR c++/80955
index 8dd6358e9b4cd9129a263ba8a138db6f78424640..e740ff52874edca601fb08c6547d0c7057ebec64 100644 (file)
@@ -1,9 +1,8 @@
-/* { dg-add-options stack_size } */
-
 /* Based on execute/simd-1.c, modified by joern.rennecke@st.com to
    trigger a reload bug.  Verified for gcc mainline from 20050722 13:00 UTC
    for sh-elf -m4 -O2.  */
 /* { dg-options "-Wno-psabi" } */
+/* { dg-add-options stack_size } */
 
 #ifndef STACK_SIZE
 #define STACK_SIZE (256*1024)
index ccb8c6faa78e24e68645fafb37b17ecf739c1ea3..36d3620179e6860b4574433447374e9120b2d0f8 100644 (file)
@@ -1,5 +1,5 @@
-/* { dg-require-effective-target int32plus } */
 /* { dg-do run } */
+/* { dg-require-effective-target int32plus } */
 
 int main ()
 {
index eb6e4cc46bfaf4f92fba86fde915de750c0abfd1..5b07dd74bd1bb019cca698603b0dfec7bf37ffa9 100644 (file)
@@ -1,10 +1,10 @@
+/* { dg-do run { target native } } */
 /* { dg-require-effective-target label_values } */
 
 /* Test Gcov with computed gotos.
    This is the same as test gcc.c-torture/execute/980526-1.c */
 
 /* { dg-options "-fprofile-arcs -ftest-coverage" } */
-/* { dg-do run { target native } } */
 
 extern void abort (void);
 extern void exit (int);
index 3007409ad88b9d2312ece4d55f3695787a1aa566..795544fe11d9d7f24086be16916a5bfee89d7b44 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse" }  */
 /* { dg-require-effective-target arm_arch_v8m_base_ok } */
 /* { dg-add-options arm_arch_v8m_base } */
-/* { dg-options "-mcmse" }  */
 
 int __attribute__ ((cmse_nonsecure_call)) (*bar) (int);
 
index f2b931be5912b421f8427535ded3298883bec639..8ced14b54f9cefa7a32557e67765fda1b7ef5b08 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse" } */
 /* { dg-require-effective-target arm_arch_v8m_base_ok } */
 /* { dg-add-options arm_arch_v8m_base } */
-/* { dg-options "-mcmse" } */
 
 int __attribute__ ((cmse_nonsecure_call)) (*bar) (float, double);
 
index 814502d4e5d5ef87e920977b912f69f83cdde256..fec7dc10484b14db5796f5f431a9306c3b2e307c 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse" }  */
 /* { dg-require-effective-target arm_arch_v8m_base_ok } */
 /* { dg-add-options arm_arch_v8m_base } */
-/* { dg-options "-mcmse" }  */
 
 extern float bar (void);
 
index 95da045690ae170a101949134482e821f27fe3aa..43d45e7a63e56edfebc203c8f0e516dc13fbbd65 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse" }  */
 /* { dg-require-effective-target arm_arch_v8m_base_ok } */
 /* { dg-add-options arm_arch_v8m_base } */
-/* { dg-options "-mcmse" }  */
 
 int __attribute__ ((cmse_nonsecure_call)) (*bar) (double);
 
index 0069fcdaebfd9caea02751856039a3aaefd3ffab..ca76e12cd9287fd12b7eb7add638973f5d314939 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=softfp" } */
 /* { dg-require-effective-target arm_arch_v8m_base_ok } */
 /* { dg-add-options arm_arch_v8m_base } */
-/* { dg-options "-mcmse -mfloat-abi=softfp" } */
 
 double __attribute__ ((cmse_nonsecure_call)) (*bar) (float, double);
 
index d90ad811fc13c9b5cde1c9bf394e490255429ff2..a484cfee70b42b81629ed24a58aa9573183f58ba 100644 (file)
@@ -1,9 +1,9 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=hard -mfpu=fpv5-sp-d16" }  */
 /* { dg-require-effective-target arm_arch_v8m_main_ok } */
 /* { dg-add-options arm_arch_v8m_main } */
 /* { dg-skip-if "Do not combine float-abi= hard | soft | softfp" {*-*-*} {"-mfloat-abi=soft" -mfloat-abi=softfp } {""} } */
 /* { dg-skip-if "Skip these if testing double precision" {*-*-*} {"-mfpu=fpv[4-5]-d16"} {""} } */
-/* { dg-options "-mcmse -mfloat-abi=hard -mfpu=fpv5-sp-d16" }  */
 
 
 int __attribute__ ((cmse_nonsecure_call)) (*bar) (float, double);
index 88dec2762812614ee986ee1a023c0acce8f94c91..ebc080ac7aca7df8446d144a1c2b99f7062bd63a 100644 (file)
@@ -1,9 +1,9 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=hard -mfpu=fpv5-sp-d16" }  */
 /* { dg-require-effective-target arm_arch_v8m_main_ok } */
 /* { dg-add-options arm_arch_v8m_main } */
 /* { dg-skip-if "Do not combine float-abi= hard | soft | softfp" {*-*-*} {"-mfloat-abi=soft" -mfloat-abi=softfp } {""} } */
 /* { dg-skip-if "Skip these if testing double precision" {*-*-*} {"-mfpu=fpv[4-5]-d16"} {""} } */
-/* { dg-options "-mcmse -mfloat-abi=hard -mfpu=fpv5-sp-d16" }  */
 
 extern float bar (void);
 
index c047cd51c9480fc30e411bf7814769d32ccfe79e..4fabd45886348e69cdb89a799a1642c967006a95 100644 (file)
@@ -1,9 +1,9 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=hard -mfpu=fpv5-sp-d16" }  */
 /* { dg-require-effective-target arm_arch_v8m_main_ok } */
 /* { dg-add-options arm_arch_v8m_main } */
 /* { dg-skip-if "Do not combine float-abi= hard | soft | softfp" {*-*-*} {"-mfloat-abi=soft" -mfloat-abi=softfp } {""} } */
 /* { dg-skip-if "Skip these if testing double precision" {*-*-*} {"-mfpu=fpv[4-5]-d16"} {""} } */
-/* { dg-options "-mcmse -mfloat-abi=hard -mfpu=fpv5-sp-d16" }  */
 
 int __attribute__ ((cmse_nonsecure_call)) (*bar) (void);
 
index 20d2d4a8fb13f89103a5d97b9b533caa37520b76..9b18c3a86296374ff0d1e4b48da72534828acd25 100644 (file)
@@ -1,9 +1,9 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=hard -mfpu=fpv5-sp-d16" }  */
 /* { dg-require-effective-target arm_arch_v8m_main_ok } */
 /* { dg-add-options arm_arch_v8m_main } */
 /* { dg-skip-if "Do not combine float-abi= hard | soft | softfp" {*-*-*} {"-mfloat-abi=soft" -mfloat-abi=softfp } {""} } */
 /* { dg-skip-if "Skip these if testing double precision" {*-*-*} {"-mfpu=fpv[4-5]-d16"} {""} } */
-/* { dg-options "-mcmse -mfloat-abi=hard -mfpu=fpv5-sp-d16" }  */
 
 int __attribute__ ((cmse_nonsecure_call)) (*bar) (double);
 
index 0af586a7fd18de879301c5bba9eccbe1ab0c4e33..36e301a446bbf670d76ad568281f2882c8281768 100644 (file)
@@ -1,9 +1,9 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=hard -mfpu=fpv5-d16" }  */
 /* { dg-require-effective-target arm_arch_v8m_main_ok } */
 /* { dg-add-options arm_arch_v8m_main } */
 /* { dg-skip-if "Do not combine float-abi= hard | soft | softfp" {*-*-*} {"-mfloat-abi=soft" -mfloat-abi=softfp } {""} } */
 /* { dg-skip-if "Skip these if testing single precision" {*-*-*} {"-mfpu=*-sp-*"} {""} } */
-/* { dg-options "-mcmse -mfloat-abi=hard -mfpu=fpv5-d16" }  */
 
 
 int __attribute__ ((cmse_nonsecure_call)) (*bar) (float, double);
index 29f60baf5212f9fa2e4436fe40c6abe4ac671254..5a7fb04f095dbd6155ca13d7c028218d5206a103 100644 (file)
@@ -1,9 +1,9 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=hard -mfpu=fpv5-d16" }  */
 /* { dg-require-effective-target arm_arch_v8m_main_ok } */
 /* { dg-add-options arm_arch_v8m_main } */
 /* { dg-skip-if "Do not combine float-abi= hard | soft | softfp" {*-*-*} {"-mfloat-abi=soft" -mfloat-abi=softfp } {""} } */
 /* { dg-skip-if "Skip these if testing single precision" {*-*-*} {"-mfpu=*-sp-*"} {""} } */
-/* { dg-options "-mcmse -mfloat-abi=hard -mfpu=fpv5-d16" }  */
 
 extern float bar (void);
 
index a5c64fb06edd6927e0eb3b1f4e6d314274668a7a..ff775795886ed37f0db668f2355521574186c00e 100644 (file)
@@ -1,9 +1,9 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=hard -mfpu=fpv5-d16" }  */
 /* { dg-require-effective-target arm_arch_v8m_main_ok } */
 /* { dg-add-options arm_arch_v8m_main } */
 /* { dg-skip-if "Do not combine float-abi= hard | soft | softfp" {*-*-*} {"-mfloat-abi=soft" -mfloat-abi=softfp } {""} } */
 /* { dg-skip-if "Skip these if testing single precision" {*-*-*} {"-mfpu=*-sp-*"} {""} } */
-/* { dg-options "-mcmse -mfloat-abi=hard -mfpu=fpv5-d16" }  */
 
 int __attribute__ ((cmse_nonsecure_call)) (*bar) (void);
 
index 5e041b17b0e4bad779b147c204cf8178c8798b80..dce0d90cec75aa95677a44a5ec2b804980ea778f 100644 (file)
@@ -1,9 +1,9 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=hard -mfpu=fpv5-d16" }  */
 /* { dg-require-effective-target arm_arch_v8m_main_ok } */
 /* { dg-add-options arm_arch_v8m_main } */
 /* { dg-skip-if "Do not combine float-abi= hard | soft | softfp" {*-*-*} {"-mfloat-abi=soft" -mfloat-abi=softfp } {""} } */
 /* { dg-skip-if "Skip these if testing single precision" {*-*-*} {"-mfpu=*-sp-*"} {""} } */
-/* { dg-options "-mcmse -mfloat-abi=hard -mfpu=fpv5-d16" }  */
 
 int __attribute__ ((cmse_nonsecure_call)) (*bar) (double);
 
index dbbd262c89085eb0dc8737ad7955c3a12531492b..fe2ac47f7102faaf7a977b34d2c01c5a52ffdd10 100644 (file)
@@ -1,8 +1,8 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=soft" }  */
 /* { dg-require-effective-target arm_arch_v8m_main_ok } */
 /* { dg-add-options arm_arch_v8m_main } */
 /* { dg-skip-if "Do not combine float-abi= hard | soft | softfp" {*-*-*} {"-mfloat-abi=hard" -mfloat-abi=softfp } {""} } */
-/* { dg-options "-mcmse -mfloat-abi=soft" }  */
 
 int __attribute__ ((cmse_nonsecure_call)) (*bar) (float, double);
 
index a7229ea8eb2da1da264f58f8518daf303d1bdeda..dff8baa1b9dca53de6e5c7b42c7947aa51760a67 100644 (file)
@@ -1,8 +1,8 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=soft" }  */
 /* { dg-require-effective-target arm_arch_v8m_main_ok } */
 /* { dg-add-options arm_arch_v8m_main } */
 /* { dg-skip-if "Do not combine float-abi= hard | soft | softfp" {*-*-*} {"-mfloat-abi=hard" -mfloat-abi=softfp } {""} } */
-/* { dg-options "-mcmse -mfloat-abi=soft" }  */
 
 extern float bar (void);
 
index e33568400ef830abaa019b5c2727a9f3b5d5704b..a451f7a381de3818fef113f156722fe12802dcc6 100644 (file)
@@ -1,8 +1,8 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=soft" }  */
 /* { dg-require-effective-target arm_arch_v8m_main_ok } */
 /* { dg-add-options arm_arch_v8m_main } */
 /* { dg-skip-if "Do not combine float-abi= hard | soft | softfp" {*-*-*} {"-mfloat-abi=hard" -mfloat-abi=softfp } {""} } */
-/* { dg-options "-mcmse -mfloat-abi=soft" }  */
 
 int __attribute__ ((cmse_nonsecure_call)) (*bar) (void);
 
index 024a12e0a414730eb1cbebfca8574d548238ab28..6502fb7b11d24027799717f6215f573ad804049a 100644 (file)
@@ -1,8 +1,8 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=soft" }  */
 /* { dg-require-effective-target arm_arch_v8m_main_ok } */
 /* { dg-add-options arm_arch_v8m_main } */
 /* { dg-skip-if "Do not combine float-abi= hard | soft | softfp" {*-*-*} {"-mfloat-abi=hard" -mfloat-abi=softfp } {""} } */
-/* { dg-options "-mcmse -mfloat-abi=soft" }  */
 
 int __attribute__ ((cmse_nonsecure_call)) (*bar) (double);
 
index 7734d77dc3812e6a158ea1f6b067930846fffccb..c14ef434fa717b6001a873cdc234c8541f7444f0 100644 (file)
@@ -1,9 +1,9 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=softfp -mfpu=fpv5-sp-d16" }  */
 /* { dg-require-effective-target arm_arch_v8m_main_ok } */
 /* { dg-add-options arm_arch_v8m_main } */
 /* { dg-skip-if "Do not combine float-abi= hard | soft | softfp" {*-*-*} {"-mfloat-abi=soft" -mfloat-abi=hard } {""} } */
 /* { dg-skip-if "Skip these if testing double precision" {*-*-*} {"-mfpu=fpv[4-5]-d16"} {""} } */
-/* { dg-options "-mcmse -mfloat-abi=softfp -mfpu=fpv5-sp-d16" }  */
 
 extern float bar (void);
 
index fb195eb58d59fe9ea5ed74af79646199c61bcdae..db17035547b84a235d2e75d3e82f993841d16f75 100644 (file)
@@ -1,9 +1,9 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=softfp -mfpu=fpv5-sp-d16" }  */
 /* { dg-require-effective-target arm_arch_v8m_main_ok } */
 /* { dg-add-options arm_arch_v8m_main } */
 /* { dg-skip-if "Do not combine float-abi= hard | soft | softfp" {*-*-*} {"-mfloat-abi=soft" -mfloat-abi=hard } {""} } */
 /* { dg-skip-if "Skip these if testing double precision" {*-*-*} {"-mfpu=fpv[4-5]-d16"} {""} } */
-/* { dg-options "-mcmse -mfloat-abi=softfp -mfpu=fpv5-sp-d16" }  */
 
 int __attribute__ ((cmse_nonsecure_call)) (*bar) (void);
 
index 22ed3f8af882f96da49919c60fc6f4cd74dfc54b..27acb9e055a3fd8ecc12f59ef62f3cce043f6b27 100644 (file)
@@ -1,9 +1,9 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=softfp -mfpu=fpv5-sp-d16" }  */
 /* { dg-require-effective-target arm_arch_v8m_main_ok } */
 /* { dg-add-options arm_arch_v8m_main } */
 /* { dg-skip-if "Do not combine float-abi= hard | soft | softfp" {*-*-*} {"-mfloat-abi=soft" -mfloat-abi=hard } {""} } */
 /* { dg-skip-if "Skip these if testing double precision" {*-*-*} {"-mfpu=fpv[4-5]-d16"} {""} } */
-/* { dg-options "-mcmse -mfloat-abi=softfp -mfpu=fpv5-sp-d16" }  */
 
 int __attribute__ ((cmse_nonsecure_call)) (*bar) (double);
 
index 9634065e7cb64a5069cbb3c9be4b8cf9177f5e29..97aba0d7775607e56c52cb25a526e6cf0c88569f 100644 (file)
@@ -1,9 +1,9 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=softfp -mfpu=fpv5-d16" }  */
 /* { dg-require-effective-target arm_arch_v8m_main_ok } */
 /* { dg-add-options arm_arch_v8m_main } */
 /* { dg-skip-if "Do not combine float-abi= hard | soft | softfp" {*-*-*} {"-mfloat-abi=soft" -mfloat-abi=hard } {""} } */
 /* { dg-skip-if "Skip these if testing single precision" {*-*-*} {"-mfpu=*-sp-*"} {""} } */
-/* { dg-options "-mcmse -mfloat-abi=softfp -mfpu=fpv5-d16" }  */
 
 int __attribute__ ((cmse_nonsecure_call)) (*bar) (float, double);
 
index 6addaa1a4eda8e2930d5fe72c94697bcf6e604e4..5db888037dd1a0bbb4c03bef1cd47254fb6d49b5 100644 (file)
@@ -1,9 +1,9 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=softfp -mfpu=fpv5-d16" }  */
 /* { dg-require-effective-target arm_arch_v8m_main_ok } */
 /* { dg-add-options arm_arch_v8m_main } */
 /* { dg-skip-if "Do not combine float-abi= hard | soft | softfp" {*-*-*} {"-mfloat-abi=soft" -mfloat-abi=hard } {""} } */
 /* { dg-skip-if "Skip these if testing single precision" {*-*-*} {"-mfpu=*-sp-*"} {""} } */
-/* { dg-options "-mcmse -mfloat-abi=softfp -mfpu=fpv5-d16" }  */
 
 extern float bar (void);
 
index 04f8466cc112c03ee5a05e6e5223d2c66a033bbe..c4d678d5cce72cc04423b7e403394707c5042238 100644 (file)
@@ -1,9 +1,9 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=softfp -mfpu=fpv5-d16" }  */
 /* { dg-require-effective-target arm_arch_v8m_main_ok } */
 /* { dg-add-options arm_arch_v8m_main } */
 /* { dg-skip-if "Do not combine float-abi= hard | soft | softfp" {*-*-*} {"-mfloat-abi=soft" -mfloat-abi=hard } {""} } */
 /* { dg-skip-if "Skip these if testing single precision" {*-*-*} {"-mfpu=*-sp-*"} {""} } */
-/* { dg-options "-mcmse -mfloat-abi=softfp -mfpu=fpv5-d16" }  */
 
 int __attribute__ ((cmse_nonsecure_call)) (*bar) (void);
 
index ffe94de85417b81f9dcb366eb1b40dc1661c91b7..948476d3224d13dfa874d88313e0de7e6ba5c39f 100644 (file)
@@ -1,9 +1,9 @@
 /* { dg-do compile } */
+/* { dg-options "-mcmse -mfloat-abi=softfp -mfpu=fpv5-d16" }  */
 /* { dg-require-effective-target arm_arch_v8m_main_ok } */
 /* { dg-add-options arm_arch_v8m_main } */
 /* { dg-skip-if "Do not combine float-abi= hard | soft | softfp" {*-*-*} {"-mfloat-abi=soft" -mfloat-abi=hard } {""} } */
 /* { dg-skip-if "Skip these if testing single precision" {*-*-*} {"-mfpu=*-sp-*"} {""} } */
-/* { dg-options "-mcmse -mfloat-abi=softfp -mfpu=fpv5-d16" }  */
 
 int __attribute__ ((cmse_nonsecure_call)) (*bar) (double);
 
index 766748e550987d3f609e48ea1c4b7ce926f0dedd..4866953558a9b29b569d539d1ad66e1b7c2baca0 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
+/* { dg-options "-O3" } */
 /* { dg-require-effective-target arm_neon } */
 /* { dg-add-options arm_neon } */
-/* { dg-options "-O3" } */
 
 int id;
 int