]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.target/arm/mmx-2.c: Specify -mcpu=iwmmxt.
authorJanis Johnson <janisjo@codesourcery.com>
Wed, 26 Sep 2012 23:56:43 +0000 (23:56 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Wed, 26 Sep 2012 23:56:43 +0000 (23:56 +0000)
From-SVN: r191785

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/mmx-2.c

index 9576b1751fbd3a37c791ff98be59fcab8a0e4074..879923c673d89e7bb820bac4f76f8041e8adbe25 100644 (file)
@@ -1,5 +1,7 @@
 2012-09-26  Janis Johnson  <janisjo@codesourcery.com>
 
+       * gcc.target/arm/mmx-2.c: Specify -mcpu=iwmmxt.
+
        * gcc.target/arm/combine-movs.c: Use effective target arm_thumb2.
 
        * gcc.target/arm/pr42879.c: Handle big-endian.
index d8409799a03e5b011eeca0a42e51a789a969659e..0540f659d1aa2ebb39565f79c48d02f0af5d6607 100644 (file)
@@ -5,7 +5,7 @@
 /* { dg-skip-if "Test is specific to ARM mode" { arm*-*-* } { "-mthumb" } { "" } } */
 /* { dg-require-effective-target arm32 } */
 /* { dg-require-effective-target arm_iwmmxt_ok } */
-/* { dg-options "-flax-vector-conversions -std=gnu99" } */
+/* { dg-options "-mcpu=iwmmxt -flax-vector-conversions -std=gnu99" } */
 
 /* Internal data types for implementing the intrinsics.  */
 typedef int __v2si __attribute__ ((vector_size (8)));