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:
parent
6be8092368
commit
280216a987
4 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
|
||||
/* { dg-options "-mthumb -Os" } */
|
||||
/* { dg-final { scan-assembler-not "ldr" } } */
|
||||
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue