* gcc.target/arm/mmx-2.c: Specify -mcpu=iwmmxt.

From-SVN: r191785
This commit is contained in:
Janis Johnson 2012-09-26 23:56:43 +00:00 committed by Janis Johnson
parent e80d3fda8e
commit 8fb9e4ae69
2 changed files with 3 additions and 1 deletions

View 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.

View 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)));