From: Bernd Schmidt Date: Fri, 19 Mar 2010 19:42:59 +0000 (+0000) Subject: thumb-andsi.c: Correct dg-options and add dg-require-effective-target. X-Git-Tag: releases/gcc-4.5.0~293 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=036efbf272b224f8c2aa712cf11c00198224f923;p=gcc.git thumb-andsi.c: Correct dg-options and add dg-require-effective-target. * gcc.target/arm/thumb-andsi.c: Correct dg-options and add dg-require-effective-target. From-SVN: r157583 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6c7e19ce2b28..4701169c3934 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -6,6 +6,9 @@ PR target/40697 * gcc.target/arm/thumb-andsi.c: New test. + * gcc.target/arm/thumb-andsi.c: Correct dg-options and add + dg-require-effective-target. + 2010-03-19 Michael Matz PR c++/43116 diff --git a/gcc/testsuite/gcc.target/arm/thumb-andsi.c b/gcc/testsuite/gcc.target/arm/thumb-andsi.c index 9e8e4d423d2e..992d437c5248 100644 --- a/gcc/testsuite/gcc.target/arm/thumb-andsi.c +++ b/gcc/testsuite/gcc.target/arm/thumb-andsi.c @@ -1,5 +1,6 @@ /* { dg-do compile } */ -/* { dg-options "-Os -mthumb -march=armv5te" } */ +/* { dg-options "-mthumb -Os" } */ +/* { dg-require-effective-target arm_thumb1_ok } */ unsigned get_least_bits(unsigned value) {