pr45701-1.c: Don't specify -march; remove dg-prune-output.

* gcc.target/arm/pr45701-1.c: Don't specify -march; remove
	dg-prune-output.
	* gcc.target/arm/pr45701-2.c: Ditto.

From-SVN: r175573
This commit is contained in:
Janis Johnson 2011-06-28 01:37:28 +00:00 committed by Janis Johnson
parent ba51b89e1c
commit 6dd61d8494
3 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2011-06-27 Janis Johnson <janisjo@codesourcery.com>
* gcc.target/arm/pr45701-1.c: Don't specify -march; remove
dg-prune-output.
* gcc.target/arm/pr45701-2.c: Ditto.
2011-06-27 Janus Weil <janus@gcc.gnu.org>
PR fortran/49466

View file

@ -1,7 +1,6 @@
/* { dg-do compile } */
/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
/* { dg-options "-march=armv7-a -mthumb -Os" } */
/* { dg-prune-output "switch .* conflicts with" } */
/* { dg-options "-mthumb -Os" } */
/* { dg-final { scan-assembler "push\t\{r3" } } */
/* { dg-final { scan-assembler-not "r8" } } */

View file

@ -1,7 +1,6 @@
/* { dg-do compile } */
/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
/* { dg-options "-march=armv7-a -mthumb -Os" } */
/* { dg-prune-output "switch .* conflicts with" } */
/* { dg-options "-mthumb -Os" } */
/* { dg-final { scan-assembler "push\t\{r3" } } */
/* { dg-final { scan-assembler-not "r8" } } */