]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr42575.c: Remove architecture option.
authorJoey Ye <joey.ye@arm.com>
Tue, 25 Oct 2011 03:33:31 +0000 (03:33 +0000)
committerJoey Ye <jye2@gcc.gnu.org>
Tue, 25 Oct 2011 03:33:31 +0000 (03:33 +0000)
2011-10-25  Joey Ye  <joey.ye@arm.com>

* gcc.target/arm/pr42575.c: Remove architecture option.

From-SVN: r180419

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/pr42575.c

index fe0a13508e7cb2a411c41854e78673a2ca25a967..256a84c667afe46421184f9ec214638d26ab2976 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-24  Joey Ye  <joey.ye@arm.com>
+
+       * gcc.target/arm/pr42575.c: Remove architecture option.
+
 2011-10-24  David S. Miller  <davem@davemloft.net>
 
        * gcc.target/sparc/vis3move-1.c: New test.
index 474bf6cf60bc0618a2cf0ad8084aa289634ffa73..1998e323df17379aad9f25452da57fea9f22787e 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-options "-O2 -march=armv7-a" }  */
+/* { dg-options "-O2" }  */
 /* Make sure RA does good job allocating registers and avoids
    unnecessary moves.  */
 /* { dg-final { scan-assembler-not "mov" } } */