pr40657-2.c: Remove -march option and unneeded dg-prune-output.
authorJanis Johnson <janisjo@codesourcery.com>
Thu, 7 Jul 2011 17:50:13 +0000 (17:50 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Thu, 7 Jul 2011 17:50:13 +0000 (17:50 +0000)
* 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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/pr40657-2.c
gcc/testsuite/gcc.target/arm/pr42235.c
gcc/testsuite/gcc.target/arm/pr42495.c
gcc/testsuite/gcc.target/arm/pr42574.c
gcc/testsuite/gcc.target/arm/thumb-branch1.c

index 1f3d30594a9c3545ba3815791341d51f337981b3..0ddca2a9f99ddec376f0425c0c18ed490b22f971 100644 (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.
index da3328d473085705ab68da9e84f1664bc611b6bf..afd469a76bb6ae9c817badd5ab2685c992d77467 100644 (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" } } */
 
index df2d338226ba282847470f307f7afe2a5feea264..582c8a2d4dbc9152eec7ba8b8202bc1549a3f785 100644 (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" } } */
 
index 854c1c25ddbd437e05fc1828a3032d7673a1083c..7e08cf2985063b77d559e83a7709008704825cbd 100644 (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" } } */
 
index d91517cff9f4d11e723b6de0ae78015b44498b6b..0ccd05f9922c798611e479d97890aa69b180e989 100644 (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 } } */
index eac2e7963516137494bc0c0cd853443602aaf527..73f6cf78ac63a9a1a9acddaed3602ee7cffe77ce 100644 (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)
 {