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:
Janis Johnson 2011-06-14 20:29:58 +00:00 committed by Janis Johnson
parent 8177d8572a
commit 764703cdea
4 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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" } } */

View File

@ -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" } } */

View File

@ -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)
{