Commit 1797adbd by Janis Johnson Committed by Janis Johnson

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
parent 040629af
2011-07-07 Janis Johnson <janisjo@codesourcery.com> 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 * gcc.target/arm/pr39839.c: Don't specify -mthumb or -march, remove
unneeded prune of possible warning. unneeded prune of possible warning.
* gcc.target/arm/pr40956.c: Likewise. * gcc.target/arm/pr40956.c: Likewise.
......
/* { dg-options "-Os -march=armv4t -mthumb" } */ /* { dg-options "-Os -mthumb" } */
/* { dg-require-effective-target arm_thumb1_ok } */ /* { 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 "sub\[\\t \]*sp,\[\\t \]*sp" } } */
/* { dg-final { scan-assembler-not "add\[\\t \]*sp,\[\\t \]*sp" } } */ /* { dg-final { scan-assembler-not "add\[\\t \]*sp,\[\\t \]*sp" } } */
......
/* { dg-options "-mthumb -O2 -march=armv5te" } */ /* { dg-options "-mthumb -O2" } */
/* { dg-require-effective-target arm_thumb1_ok } */ /* { 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 \]*r.,\[\\t \]*\#1" } } */
/* { dg-final { scan-assembler-not "add\[\\t \]*r.,\[\\t \]*\#1" } } */ /* { dg-final { scan-assembler-not "add\[\\t \]*r.,\[\\t \]*\#1" } } */
......
/* { 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 arm_thumb1_ok } */
/* { dg-require-effective-target fpic } */ /* { dg-require-effective-target fpic } */
/* { dg-prune-output "switch .* conflicts with" } */
/* Make sure all calculations of gObj's address get hoisted to one location. */ /* 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" } } */ /* { dg-final { scan-rtl-dump "PRE/HOIST: end of bb .* copying expression" "hoist" } } */
......
/* { dg-options "-mthumb -Os -fpic -march=armv5te" } */ /* { dg-options "-mthumb -Os -fpic" } */
/* { dg-require-effective-target arm_thumb1_ok } */ /* { 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 address of glob.c is calculated only once and using /* Make sure the address of glob.c is calculated only once and using
a logical shift for the offset (200<<1). */ a logical shift for the offset (200<<1). */
/* { dg-final { scan-assembler-times "lsl" 1 } } */ /* { dg-final { scan-assembler-times "lsl" 1 } } */
......
/* { 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" } */
/* { 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