20031108-1.c: Require thumb1 or thumb2.

* 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
This commit is contained in:
Janis Johnson 2011-06-22 20:26:35 +00:00 committed by Janis Johnson
parent 6be8092368
commit 280216a987
4 changed files with 9 additions and 0 deletions

View 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

View 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;

View file

@ -1,3 +1,4 @@
/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
/* { dg-options "-mthumb -Os" } */
/* { dg-final { scan-assembler-not "ldr" } } */

View 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() {