diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2018-01-18 13:04:04 +0000 |
---|---|---|
committer | Christophe Lyon <clyon@gcc.gnu.org> | 2018-01-18 14:04:04 +0100 |
commit | 5b06990f1aa47b7df2aeb339bc730e4c9c1475c4 (patch) | |
tree | 26c007d4f1ca0c6aae7adc46a8bafda8b65983f1 /gcc | |
parent | 7b7f78d7bda3003917eb4414463d2e5e168c8b23 (diff) | |
download | gcc-5b06990f1aa47b7df2aeb339bc730e4c9c1475c4.zip gcc-5b06990f1aa47b7df2aeb339bc730e4c9c1475c4.tar.gz gcc-5b06990f1aa47b7df2aeb339bc730e4c9c1475c4.tar.bz2 |
[arm] Fix gcc.target/arm/xor-and.c
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/arm/xor-and.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index df64bb0..73a7b0c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/gcc.target/arm/xor-and.c b/gcc/testsuite/gcc.target/arm/xor-and.c index 9afa81d..b8b7c27 100644 --- a/gcc/testsuite/gcc.target/arm/xor-and.c +++ b/gcc/testsuite/gcc.target/arm/xor-and.c @@ -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) { |