Commit 764703cd by Janis Johnson Committed by Janis Johnson

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
parent 8177d857
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> 2011-06-14 Steve Ellcey <sje@cup.hp.com>
PR testsuite/48727 PR testsuite/48727
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */ /* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
/* { dg-options "-march=armv7-a -mthumb -Os" } */ /* { dg-options "-march=armv7-a -mthumb -Os" } */
/* { dg-prune-output "switch .* conflicts with" } */
/* { dg-final { scan-assembler "push\t\{r3" } } */ /* { dg-final { scan-assembler "push\t\{r3" } } */
/* { dg-final { scan-assembler-not "r8" } } */ /* { dg-final { scan-assembler-not "r8" } } */
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */ /* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
/* { dg-options "-march=armv7-a -mthumb -Os" } */ /* { dg-options "-march=armv7-a -mthumb -Os" } */
/* { dg-prune-output "switch .* conflicts with" } */
/* { dg-final { scan-assembler "push\t\{r3" } } */ /* { dg-final { scan-assembler "push\t\{r3" } } */
/* { dg-final { scan-assembler-not "r8" } } */ /* { dg-final { scan-assembler-not "r8" } } */
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */ /* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
/* { dg-options "-Os -mthumb -march=armv5te" } */ /* { dg-options "-Os -mthumb -march=armv5te" } */
/* { dg-prune-output "switch .* conflicts with" } */
int returnbool(int a, int b) int returnbool(int a, int b)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment