pr45701-1.c: Ignore warnings about conflicting switches.
* gcc.target/arm/pr45701-1.c: Ignore warnings about conflicting switches. * gcc.target/arm/pr45701-2.c: Likewise. * gcc.target/arm/thumb-branch1.c: Likewise. From-SVN: r175056
This commit is contained in:
parent
8177d8572a
commit
764703cdea
@ -1,3 +1,9 @@
|
||||
2011-06-14 Janis Johnson <janisjo@codesourcery.com>
|
||||
|
||||
* gcc.target/arm/pr45701-1.c: Ignore warnings about conflicting switches.
|
||||
* gcc.target/arm/pr45701-2.c: Likewise.
|
||||
* gcc.target/arm/thumb-branch1.c: Likewise.
|
||||
|
||||
2011-06-14 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
PR testsuite/48727
|
||||
|
@ -1,6 +1,7 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
|
||||
/* { dg-options "-march=armv7-a -mthumb -Os" } */
|
||||
/* { dg-prune-output "switch .* conflicts with" } */
|
||||
/* { dg-final { scan-assembler "push\t\{r3" } } */
|
||||
/* { dg-final { scan-assembler-not "r8" } } */
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
|
||||
/* { dg-options "-march=armv7-a -mthumb -Os" } */
|
||||
/* { dg-prune-output "switch .* conflicts with" } */
|
||||
/* { dg-final { scan-assembler "push\t\{r3" } } */
|
||||
/* { dg-final { scan-assembler-not "r8" } } */
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
|
||||
/* { dg-options "-Os -mthumb -march=armv5te" } */
|
||||
/* { dg-prune-output "switch .* conflicts with" } */
|
||||
|
||||
int returnbool(int a, int b)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user