pr45701-1.c: Ignore warnings about conflicting switches.
authorJanis Johnson <janisjo@codesourcery.com>
Tue, 14 Jun 2011 20:29:58 +0000 (20:29 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 14 Jun 2011 20:29:58 +0000 (20:29 +0000)
* gcc.target/arm/pr45701-1.c: Ignore warnings about conflicting switches.
* gcc.target/arm/pr45701-2.c: Likewise.
* gcc.target/arm/thumb-branch1.c: Likewise.

From-SVN: r175056

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

index a6a63fcd967d25045a657714ae02ce42b6e2b150..01a2b1a1ef69a19c00a6a95f19d04e4832f18be5 100644 (file)
@@ -1,3 +1,9 @@
+2011-06-14  Janis Johnson  <janisjo@codesourcery.com>
+
+       * gcc.target/arm/pr45701-1.c: Ignore warnings about conflicting switches.
+       * gcc.target/arm/pr45701-2.c: Likewise.
+       * gcc.target/arm/thumb-branch1.c: Likewise.
+
 2011-06-14  Steve Ellcey  <sje@cup.hp.com>
 
        PR testsuite/48727
index d6f07e9a9ea13aa71aba21a3a0836de0f07c51c8..3280485ba24b9ba203f570c09b00ad7cdd0b6596 100644 (file)
@@ -1,6 +1,7 @@
 /* { 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-final { scan-assembler "push\t\{r3" } } */
 /* { dg-final { scan-assembler-not "r8" } } */
 
index 39ddb54b92d1d631cc85956bf626cc126d6517c2..c666636813a4cd2049c2ae835edc40b0abfe00e2 100644 (file)
@@ -1,6 +1,7 @@
 /* { 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-final { scan-assembler "push\t\{r3" } } */
 /* { dg-final { scan-assembler-not "r8" } } */
 
index 74885397eb6fdf908a44e6184fc981cfd94a8179..eac2e7963516137494bc0c0cd853443602aaf527 100644 (file)
@@ -1,6 +1,7 @@
 /* { dg-do compile } */
 /* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
 /* { dg-options "-Os -mthumb -march=armv5te" } */
+/* { dg-prune-output "switch .* conflicts with" } */
 
 int returnbool(int a, int b)
 {