Commit 040629af by Janis Johnson Committed by Janis Johnson

pr39839.c: Don't specify -mthumb or -march, remove unneeded prune of possible warning.

	* gcc.target/arm/pr39839.c: Don't specify -mthumb or -march, remove
	unneeded prune of possible warning.
	* gcc.target/arm/pr40956.c: Likewise.
	* gcc.target/arm/pr42505.c: Likewise.

From-SVN: r175996
parent 2c3fb7f3
2011-07-07 Janis Johnson <janisjo@codesourcery.com> 2011-07-07 Janis Johnson <janisjo@codesourcery.com>
* gcc.target/arm/pr39839.c: Don't specify -mthumb or -march, remove
unneeded prune of possible warning.
* gcc.target/arm/pr40956.c: Likewise.
* gcc.target/arm/pr42505.c: Likewise.
* gcc.c-torture/compile/pr41679.c: Move from gcc.target/arm. * gcc.c-torture/compile/pr41679.c: Move from gcc.target/arm.
* gcc.c-torture/compile/pr46883.c: Likewise. * gcc.c-torture/compile/pr46883.c: Likewise.
* gcc.c-torture/compile/pr46934.c: Likewise. * gcc.c-torture/compile/pr46934.c: Likewise.
......
/* { dg-options "-mthumb -Os -march=armv5te -mthumb-interwork -fpic" } */ /* { dg-require-effective-target fpic } */
/* { dg-require-effective-target arm_thumb1_ok } */ /* { dg-options "-Os -fpic" } */
/* { dg-prune-output "switch .* conflicts with" } */
/* { dg-final { scan-assembler-not "str\[\\t \]*r.,\[\\t \]*.sp," } } */ /* { dg-final { scan-assembler-not "str\[\\t \]*r.,\[\\t \]*.sp," } } */
struct S struct S
......
/* { dg-options "-mthumb -Os -fpic -march=armv5te" } */ /* { dg-options "-Os -fpic" } */
/* { dg-require-effective-target arm_thumb1_ok } */
/* { dg-require-effective-target fpic } */ /* { dg-require-effective-target fpic } */
/* { dg-prune-output "switch .* conflicts with" } */
/* Make sure the constant "0" is loaded into register only once. */ /* Make sure the constant "0" is loaded into register only once. */
/* { dg-final { scan-assembler-times "mov\[\\t \]*r., #0" 1 } } */ /* { dg-final { scan-assembler-times "mov\[\\t \]*r., #0" 1 } } */
......
/* { dg-options "-mthumb -Os -march=armv5te" } */ /* { dg-options "-Os" } */
/* { dg-require-effective-target arm_thumb1_ok } */
/* { dg-prune-output "switch .* conflicts with" } */
/* { dg-final { scan-assembler-not "str\[\\t \]*r.,\[\\t \]*.sp," } } */ /* { dg-final { scan-assembler-not "str\[\\t \]*r.,\[\\t \]*.sp," } } */
struct A { struct A {
......
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