20031108-1.c: Require thumb1 or thumb2.
authorJanis Johnson <janisjo@codesourcery.com>
Wed, 22 Jun 2011 20:26:35 +0000 (20:26 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Wed, 22 Jun 2011 20:26:35 +0000 (20:26 +0000)
* gcc.target/arm/20031108-1.c: Require thumb1 or thumb2.
* gcc.target/arm/pr40482.c: Likewise.
* gcc.target/arm/stack-corruption.c: Likewise.

From-SVN: r175308

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/20031108-1.c
gcc/testsuite/gcc.target/arm/pr40482.c
gcc/testsuite/gcc.target/arm/stack-corruption.c

index 189cd3967309ff2fa05af2616147fbb289063dba..c2dcaf41f09320c838b2ce260077b873acfb34b5 100644 (file)
@@ -1,3 +1,9 @@
+2011-06-22  Janis Johnson  <janisjo@codesourcery.com>
+
+       * gcc.target/arm/20031108-1.c: Require thumb1 or thumb2.
+       * gcc.target/arm/pr40482.c: Likewise.
+       * gcc.target/arm/stack-corruption.c: Likewise.
+
 2011-06-22  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/49493
index 6573d2b105eb649f3e9f0b0dfa9b1d87d04ae5b6..d9b6006f4429e9c553e7fed61c1dda899c4a70d5 100644 (file)
@@ -1,5 +1,6 @@
 /* PR optimization/10467  */
 /* { dg-do compile } */
+/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
 /* { dg-options "-O2 -mthumb" } */
 
 typedef enum {Ident_1} Enumeration;
index 4303a4f2e9e3251f656ee4b3a69a263b5077e8b4..6926e6fc8520a218a2d2aae8b2c843d703ca4635 100644 (file)
@@ -1,3 +1,4 @@
+/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
 /* { dg-options "-mthumb -Os" }  */
 /* { dg-final { scan-assembler-not "ldr" } } */
 
index 3a63950cc53085b83610fec8cf3ec50150ea117e..cc44c628087d6eb27bbd2ba3789c53fcf65c25e6 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
 /* { dg-options "-O -mthumb -fno-omit-frame-pointer" } */
 
 int main() {