pr45701-1.c: Don't specify -march; remove dg-prune-output.
authorJanis Johnson <janisjo@codesourcery.com>
Tue, 28 Jun 2011 01:37:28 +0000 (01:37 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 28 Jun 2011 01:37:28 +0000 (01:37 +0000)
* gcc.target/arm/pr45701-1.c: Don't specify -march; remove
dg-prune-output.
* gcc.target/arm/pr45701-2.c: Ditto.

From-SVN: r175573

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/pr45701-1.c
gcc/testsuite/gcc.target/arm/pr45701-2.c

index dd42621012089561dd9401cda5ba01201ba4ac2b..3ad0694ec2fb33c870b14fbc64016c306ad52a1d 100644 (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
index 3280485ba24b9ba203f570c09b00ad7cdd0b6596..2c690d5bc9b3f0175d4f0a0b25b3956745c360e0 100644 (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" } } */
 
index c666636813a4cd2049c2ae835edc40b0abfe00e2..ee1ee7df05c546cc02ce8910582794d7dd2afc41 100644 (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" } } */