aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBernd Schmidt <bernd.schmidt@codesourcery.com>2010-03-19 19:42:59 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2010-03-19 19:42:59 +0000
commit036efbf272b224f8c2aa712cf11c00198224f923 (patch)
tree236617cb4854381652b85c0ccdee0f0d211ac539 /gcc
parentc99102b8b4cc0ec725c741b13c6f406bbd924c73 (diff)
downloadgcc-036efbf272b224f8c2aa712cf11c00198224f923.zip
gcc-036efbf272b224f8c2aa712cf11c00198224f923.tar.gz
gcc-036efbf272b224f8c2aa712cf11c00198224f923.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog3
-rw-r--r--gcc/testsuite/gcc.target/arm/thumb-andsi.c3
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 6c7e19c..4701169 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 <matz@suse.de>
PR c++/43116
diff --git a/gcc/testsuite/gcc.target/arm/thumb-andsi.c b/gcc/testsuite/gcc.target/arm/thumb-andsi.c
index 9e8e4d4..992d437 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)
{