From 5b06990f1aa47b7df2aeb339bc730e4c9c1475c4 Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Thu, 18 Jan 2018 13:04:04 +0000 Subject: [PATCH] [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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.target/arm/xor-and.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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) { -- 2.30.2