From: Joseph Myers Date: Wed, 30 Aug 2006 14:35:14 +0000 (+0100) Subject: * gcc.dg/arm-mmx-1.c: Skip for -mfloat-abi=softfp. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=605c8e5ab041c752674a09be64bc040d36d3faf0;p=gcc.git * gcc.dg/arm-mmx-1.c: Skip for -mfloat-abi=softfp. From-SVN: r116588 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8ccee1cc025..ad0a274a28e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-08-30 Joseph Myers + + * gcc.dg/arm-mmx-1.c: Skip for -mfloat-abi=softfp. + 2006-08-30 Zdenek Dvorak PR rtl-optimization/27735 diff --git a/gcc/testsuite/gcc.dg/arm-mmx-1.c b/gcc/testsuite/gcc.dg/arm-mmx-1.c index 7514a994420..e4535eebefd 100644 --- a/gcc/testsuite/gcc.dg/arm-mmx-1.c +++ b/gcc/testsuite/gcc.dg/arm-mmx-1.c @@ -2,6 +2,7 @@ it into sp. */ /* { dg-do compile } */ /* { dg-options "-O -mno-apcs-frame -mcpu=iwmmxt -mabi=iwmmxt" } */ +/* { dg-skip-if "" { *-*-* } { "-mfloat-abi=softfp" } { "" } } */ /* { dg-require-effective-target arm32 } */ /* { dg-final { scan-assembler "ldmfd\[ ]sp!.*ip,\[ ]*pc" } } */