[arm] Fix gcc.target/arm/pr40887.c directives
authorChristophe Lyon <christophe.lyon@linaro.org>
Thu, 18 Jan 2018 09:13:27 +0000 (09:13 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Thu, 18 Jan 2018 09:13:27 +0000 (10:13 +0100)
2018-01-18  Christophe Lyon  <christophe.lyon@linaro.org>

* gcc.target/arm/pr40887.c: Fix dg-options and dg-add-options
order.

From-SVN: r256839

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/pr40887.c

index 014a15d0067e762429f1ec85bf56c6f947ee57b7..8c86f3cf49d8c23488957e138127a3788594ed71 100644 (file)
@@ -1,3 +1,8 @@
+2018-01-18  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * gcc.target/arm/pr40887.c: Fix dg-options and dg-add-options
+       order.
+
 2018-01-18  Jakub Jelinek  <jakub@redhat.com>
 
        PR c/61240
index 5343a7b54a4ee7958851c62ee61fba8b3b21c86a..8c91cd9acbdf0dbc58733194ce8644c966e6fc8e 100644 (file)
@@ -1,8 +1,8 @@
 /* { dg-do compile } */
 /* { dg-skip-if "need at least armv5" { *-*-* } { "-march=armv[234]*" } { "" } } */
 /* { dg-require-effective-target arm_arch_v5te_ok } */
-/* { dg-add-options arm_arch_v5te } */
 /* { dg-options "-O2" }  */
+/* { dg-add-options arm_arch_v5te } */
 /* { dg-final { scan-assembler "blx" } } */
 
 int (*indirect_func)(int x);