diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2018-07-02 14:23:19 +0000 |
---|---|---|
committer | Christophe Lyon <clyon@gcc.gnu.org> | 2018-07-02 16:23:19 +0200 |
commit | 6b632b5e68e1571545cf293af01b0e4e8e26bd4a (patch) | |
tree | 2c2b64abd1ef272160f2793bca33b417a8cf4c44 /gcc | |
parent | d379ac227de025d1d44d43ae0bf892f63e4a324b (diff) | |
download | gcc-6b632b5e68e1571545cf293af01b0e4e8e26bd4a.zip gcc-6b632b5e68e1571545cf293af01b0e4e8e26bd4a.tar.gz gcc-6b632b5e68e1571545cf293af01b0e4e8e26bd4a.tar.bz2 |
[ARM][testsuite] Fix arm-soft-strd-even.c
2018-07-02 Christophe Lyon <christophe.lyon@linaro.org>
* gcc.target/arm/arm-soft-strd-even.c: Skip if -mfloat-abi is
overriden.
From-SVN: r262309
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/arm/arm-soft-strd-even.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8b09130..ce39a82 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2018-07-02 Christophe Lyon <christophe.lyon@linaro.org> + + * gcc.target/arm/arm-soft-strd-even.c: Skip if -mfloat-abi is + overriden. + 2018-07-02 Richard Biener <rguenther@suse.de> PR tree-optimization/86363 diff --git a/gcc/testsuite/gcc.target/arm/arm-soft-strd-even.c b/gcc/testsuite/gcc.target/arm/arm-soft-strd-even.c index fb7317c8..4ef3dd8 100644 --- a/gcc/testsuite/gcc.target/arm/arm-soft-strd-even.c +++ b/gcc/testsuite/gcc.target/arm/arm-soft-strd-even.c @@ -1,5 +1,6 @@ /* { dg-do assemble } */ /* { dg-require-effective-target arm_arm_ok } */ +/* { dg-skip-if "do not override -mfloat-abi" { *-*-* } { "-mfloat-abi=*" } {"-mfloat-abi=soft" } } */ /* { dg-options "-O2 -marm -mfloat-abi=soft" } */ /* Check that we don't try to emit STRD in ARM state with |