Test gcc.target/arm/pr42093.c, added by Ramana, requires support for
arm_thumb2 but fails for those targets.  The patch for which it was
added modified support for thumb1.  Should the test instead require
arm_thumb1_ok, as in this patch?

Janis
2011-06-23  Janis Johnson  <jani...@codesourcery.com>

        * gcc.target/arm/pr42093.c: Require thumb1, not thumb2.

Index: gcc.target/arm/pr42093.c
===================================================================
--- gcc.target/arm/pr42093.c    (revision 175313)
+++ gcc.target/arm/pr42093.c    (working copy)
@@ -1,5 +1,5 @@
 /* { dg-options "-mthumb -O2" }  */
-/* { dg-require-effective-target arm_thumb2_ok } */
+/* { dg-require-effective-target arm_thumb1_ok } */
 /* { dg-final { scan-assembler-not "tbb" } } */
 /* { dg-final { scan-assembler-not "tbh" } } */
 

Reply via email to