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

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

From-SVN: r256845

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/xor-and.c

index df64bb05b76ea87c0f9a69f6d4806abc3b18f532..73a7b0c21482807e3ae0ae24f301bb645d7f1e35 100644 (file)
@@ -1,3 +1,8 @@
+2018-01-18  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * gcc.target/arm/xor-and.c: Fix dg-options and dg-add-options
+       order.
+
 2018-01-18  Nathan Sidwell  <nathan@acm.org>
 
        PR c++/83160
index 9afa81d3ec10c983ba2555c867f6f00a85f80150..b8b7c2738ea89f96602b4a7ab85431f7bd55c82a 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target arm_arch_v6_ok } */
-/* { dg-add-options arm_arch_v6 } */
 /* { dg-options "-O" }  */
+/* { dg-add-options arm_arch_v6 } */
 
 unsigned short foo (unsigned short x)
 {