pr40657-2.c: Remove -march option and unneeded dg-prune-output.

* gcc.target/arm/pr40657-2.c: Remove -march option and unneeded
	dg-prune-output.
	* gcc.target/arm/pr42235.c: Likewise.
	* gcc.target/arm/pr42495.c: Likewise.
	* gcc.target/arm/pr42574.c: Likewise.
	* gcc.target/arm/thumb-branch1.c: Likewise.

From-SVN: r175997
This commit is contained in:
Janis Johnson 2011-07-07 17:50:13 +00:00 committed by Janis Johnson
parent 040629afcb
commit 1797adbd71
6 changed files with 12 additions and 10 deletions

View File

@ -1,5 +1,12 @@
2011-07-07 Janis Johnson <janisjo@codesourcery.com>
* gcc.target/arm/pr40657-2.c: Remove -march option and unneeded
dg-prune-output.
* gcc.target/arm/pr42235.c: Likewise.
* gcc.target/arm/pr42495.c: Likewise.
* gcc.target/arm/pr42574.c: Likewise.
* gcc.target/arm/thumb-branch1.c: Likewise.
* gcc.target/arm/pr39839.c: Don't specify -mthumb or -march, remove
unneeded prune of possible warning.
* gcc.target/arm/pr40956.c: Likewise.

View File

@ -1,6 +1,5 @@
/* { dg-options "-Os -march=armv4t -mthumb" } */
/* { dg-options "-Os -mthumb" } */
/* { dg-require-effective-target arm_thumb1_ok } */
/* { dg-prune-output "switch .* conflicts with" } */
/* { dg-final { scan-assembler-not "sub\[\\t \]*sp,\[\\t \]*sp" } } */
/* { dg-final { scan-assembler-not "add\[\\t \]*sp,\[\\t \]*sp" } } */

View File

@ -1,6 +1,5 @@
/* { dg-options "-mthumb -O2 -march=armv5te" } */
/* { dg-options "-mthumb -O2" } */
/* { dg-require-effective-target arm_thumb1_ok } */
/* { dg-prune-output "switch .* conflicts with" } */
/* { dg-final { scan-assembler-not "add\[\\t \]*r.,\[\\t \]*r.,\[\\t \]*\#1" } } */
/* { dg-final { scan-assembler-not "add\[\\t \]*r.,\[\\t \]*\#1" } } */

View File

@ -1,7 +1,6 @@
/* { dg-options "-mthumb -Os -fpic -march=armv5te -fdump-rtl-hoist" } */
/* { dg-options "-mthumb -Os -fpic -fdump-rtl-hoist" } */
/* { dg-require-effective-target arm_thumb1_ok } */
/* { dg-require-effective-target fpic } */
/* { dg-prune-output "switch .* conflicts with" } */
/* Make sure all calculations of gObj's address get hoisted to one location. */
/* { dg-final { scan-rtl-dump "PRE/HOIST: end of bb .* copying expression" "hoist" } } */

View File

@ -1,7 +1,6 @@
/* { dg-options "-mthumb -Os -fpic -march=armv5te" } */
/* { dg-options "-mthumb -Os -fpic" } */
/* { dg-require-effective-target arm_thumb1_ok } */
/* { dg-require-effective-target fpic } */
/* { dg-prune-output "switch .* conflicts with" } */
/* Make sure the address of glob.c is calculated only once and using
a logical shift for the offset (200<<1). */
/* { dg-final { scan-assembler-times "lsl" 1 } } */

View File

@ -1,7 +1,6 @@
/* { dg-do compile } */
/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
/* { dg-options "-Os -mthumb -march=armv5te" } */
/* { dg-prune-output "switch .* conflicts with" } */
/* { dg-options "-Os -mthumb" } */
int returnbool(int a, int b)
{