From: Christophe Lyon Date: Thu, 18 Jan 2018 13:04:04 +0000 (+0000) Subject: [arm] Fix gcc.target/arm/xor-and.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b06990f1aa47b7df2aeb339bc730e4c9c1475c4;p=gcc.git [arm] Fix gcc.target/arm/xor-and.c 2018-01-18 Christophe Lyon * gcc.target/arm/xor-and.c: Fix dg-options and dg-add-options order. From-SVN: r256845 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index df64bb05b76..73a7b0c2148 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2018-01-18 Christophe Lyon + + * gcc.target/arm/xor-and.c: Fix dg-options and dg-add-options + order. + 2018-01-18 Nathan Sidwell PR c++/83160 diff --git a/gcc/testsuite/gcc.target/arm/xor-and.c b/gcc/testsuite/gcc.target/arm/xor-and.c index 9afa81d3ec1..b8b7c2738ea 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) {