* gcc.target/arm/thumb-bitfld1.c: Don't specify -march, require thumb1.
authorJanis Johnson <janisjo@codesourcery.com>
Wed, 22 Jun 2011 20:28:29 +0000 (20:28 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Wed, 22 Jun 2011 20:28:29 +0000 (20:28 +0000)
From-SVN: r175311

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/thumb-bitfld1.c

index 4b0a6f927f5627f5b2fa18d8499adf362ed3a582..8bb44b1d3b41fda261cbbdc550b44362d60f5a5b 100644 (file)
@@ -1,5 +1,7 @@
 2011-06-22  Janis Johnson  <janisjo@codesourcery.com>
 
+       * gcc.target/arm/thumb-bitfld1.c: Don't specify -march, require thumb1.
+
        * gcc.target/arm/ctz.c: Don't specify -march, require thumb2.
        * gcc.target/arm/pr42879.c: Likewise.
        * gcc.target/arm/pr45701-3.c: Likewise.
index 7741b4f45f3c05a67299251b21206d23c4c855c8..ee39887d101ad42330140579e17e95b47a8f9ea6 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
-/* { dg-options "-O1 -mthumb -march=armv5t" }  */
+/* { dg-require-effective-target arm_thumb1_ok } */
+/* { dg-options "-O1 -mthumb" }  */
 
 struct foo
 {