Test gcc.target/arm/pr43698.c specifies -march=armv7-a and fails
execution for multilibs whose hardware or simulator doesn't support that
architecture.  The test doesn't depend on that option, and without it
will occasionally run for such a target anyway.  This patch removes the
option, letting it pass for all multilibs.

I don't yet have an FSF copyright assignment (it's currently in the
hands of the FSF) but this patch is small enough to not require one.  If
this is OK someone else will need to appy it.
2011-04-08  Janis Johnson  <jani...@codesourcery.com>

        * gcc.target/arm/pr43698.c: Remove -march option.

Index: gcc/testsuite/gcc.target/arm/pr43698.c
===================================================================
--- gcc/testsuite/gcc.target/arm/pr43698.c      (revision 320350)
+++ gcc/testsuite/gcc.target/arm/pr43698.c      (working copy)
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-options "-Os -march=armv7-a" } */
+/* { dg-options "-Os" } */
 #include <stdint.h>
 #include <stdlib.h>
 

Reply via email to