2011-07-07 Janis Johnson <janisjo@codesourcery.com>
+ * gcc.target/arm/pr39839.c: Don't specify -mthumb or -march, remove
+ unneeded prune of possible warning.
+ * gcc.target/arm/pr40956.c: Likewise.
+ * gcc.target/arm/pr42505.c: Likewise.
+
* gcc.c-torture/compile/pr41679.c: Move from gcc.target/arm.
* gcc.c-torture/compile/pr46883.c: Likewise.
* gcc.c-torture/compile/pr46934.c: Likewise.
-/* { dg-options "-mthumb -Os -march=armv5te -mthumb-interwork -fpic" } */
-/* { dg-require-effective-target arm_thumb1_ok } */
-/* { dg-prune-output "switch .* conflicts with" } */
+/* { dg-require-effective-target fpic } */
+/* { dg-options "-Os -fpic" } */
/* { dg-final { scan-assembler-not "str\[\\t \]*r.,\[\\t \]*.sp," } } */
struct S
-/* { dg-options "-mthumb -Os -fpic -march=armv5te" } */
-/* { dg-require-effective-target arm_thumb1_ok } */
+/* { dg-options "-Os -fpic" } */
/* { dg-require-effective-target fpic } */
-/* { dg-prune-output "switch .* conflicts with" } */
/* Make sure the constant "0" is loaded into register only once. */
/* { dg-final { scan-assembler-times "mov\[\\t \]*r., #0" 1 } } */
-/* { dg-options "-mthumb -Os -march=armv5te" } */
-/* { dg-require-effective-target arm_thumb1_ok } */
-/* { dg-prune-output "switch .* conflicts with" } */
+/* { dg-options "-Os" } */
/* { dg-final { scan-assembler-not "str\[\\t \]*r.,\[\\t \]*.sp," } } */
struct A {