| Index: gcc/gcc/testsuite/gcc.target/arm/mmx-1.c
|
| diff --git a/gcc/gcc/testsuite/gcc.target/arm/mmx-1.c b/gcc/gcc/testsuite/gcc.target/arm/mmx-1.c
|
| index 21cc47912c0e57842f521959cad1819f682cb1e8..c2eca7f78f591112a9bcc3d19f25a01cdf1c0b38 100644
|
| --- a/gcc/gcc/testsuite/gcc.target/arm/mmx-1.c
|
| +++ b/gcc/gcc/testsuite/gcc.target/arm/mmx-1.c
|
| @@ -3,10 +3,10 @@
|
| /* { dg-do compile } */
|
| /* { dg-skip-if "Test is specific to the iWMMXt" { arm*-*-* } { "-mcpu=*" } { "-mcpu=iwmmxt" } } */
|
| /* { dg-skip-if "Test is specific to the iWMMXt" { arm*-*-* } { "-mabi=*" } { "-mabi=iwmmxt" } } */
|
| -/* { dg-skip-if "Test is specific to the iWMMXt" { arm*-*-* } { "-mfloat-abi=softfp" } { "" } } */
|
| /* { dg-skip-if "Test is specific to the iWMMXt" { arm*-*-* } { "-march=*" } { "-march=iwmmxt" } } */
|
| /* { dg-options "-O -mno-apcs-frame -mcpu=iwmmxt -mabi=iwmmxt" } */
|
| /* { dg-require-effective-target arm32 } */
|
| +/* { dg-require-effective-target arm_iwmmxt_ok } */
|
| /* { dg-final { scan-assembler "ldmfd\[ ]sp!.*ip,\[ ]*pc" } } */
|
|
|
| /* This function uses all the call-saved registers, namely r4, r5, r6,
|
|
|