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
This commit is contained in:
Janis Johnson 2011-07-07 17:49:18 +00:00 committed by Janis Johnson
parent 2c3fb7f30a
commit 040629afcb
4 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,10 @@
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/pr46883.c: Likewise.
* gcc.c-torture/compile/pr46934.c: Likewise.

View File

@ -1,6 +1,5 @@
/* { dg-options "-mthumb -Os -march=armv5te -mthumb-interwork -fpic" } */
/* { dg-require-effective-target arm_thumb1_ok } */
/* { dg-prune-output "switch .* conflicts with" } */
/* { dg-require-effective-target fpic } */
/* { dg-options "-Os -fpic" } */
/* { dg-final { scan-assembler-not "str\[\\t \]*r.,\[\\t \]*.sp," } } */
struct S

View File

@ -1,7 +1,5 @@
/* { dg-options "-mthumb -Os -fpic -march=armv5te" } */
/* { dg-require-effective-target arm_thumb1_ok } */
/* { dg-options "-Os -fpic" } */
/* { dg-require-effective-target fpic } */
/* { dg-prune-output "switch .* conflicts with" } */
/* Make sure the constant "0" is loaded into register only once. */
/* { dg-final { scan-assembler-times "mov\[\\t \]*r., #0" 1 } } */

View File

@ -1,6 +1,4 @@
/* { dg-options "-mthumb -Os -march=armv5te" } */
/* { dg-require-effective-target arm_thumb1_ok } */
/* { dg-prune-output "switch .* conflicts with" } */
/* { dg-options "-Os" } */
/* { dg-final { scan-assembler-not "str\[\\t \]*r.,\[\\t \]*.sp," } } */
struct A {