]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.target/arm/unsigned-extend-1.c: Omit -march option.
authorJanis Johnson <janisjo@codesourcery.com>
Thu, 27 Sep 2012 15:49:41 +0000 (15:49 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Thu, 27 Sep 2012 15:49:41 +0000 (15:49 +0000)
From-SVN: r191808

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/unsigned-extend-1.c

index 6225c761d7b766f00e0893c14c4add4683622652..ca52687a705c60a1788252165e9855b054eb39b2 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-27  Janis Johnson  <janisjo@codesourcery.com>
+
+       * gcc.target/arm/unsigned-extend-1.c: Omit -march option.
+
 2012-09-27  Ulrich Weigand  <ulrich.weigand@linaro.org>
 
        * gcc.dg/lower-subreg-1.c: Disable on arm-*-* targets.
index 6c55561df953c252695799849923716cb3c0680a..3b4ab048fb099b76bd3217e4b874658861d75725 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -march=armv6" } */
+/* { dg-options "-O2" } */
 
 unsigned char foo (unsigned char c)
 {