From 39e99359d370e8118e1de6e37f83e88cac92668a Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Tue, 16 Jun 2015 16:53:46 +0000 Subject: [PATCH] loongson-shift-count-truncated-1.c: Skip on mips*-mti-linux* and mips*-img-linux* targets. 2015-06-16 Steve Ellcey * gcc.target/mips/loongson-shift-count-truncated-1.c: Skip on mips*-mti-linux* and mips*-img-linux* targets. * gcc.target/mips/loongson-simd.c: Ditto. From-SVN: r224526 --- gcc/testsuite/ChangeLog | 6 ++++++ .../gcc.target/mips/loongson-shift-count-truncated-1.c | 2 +- gcc/testsuite/gcc.target/mips/loongson-simd.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 82a19fdda9c..9ec778cd4c2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2015-06-16 Steve Ellcey + + * gcc.target/mips/loongson-shift-count-truncated-1.c: + Skip on mips*-mti-linux* and mips*-img-linux* targets. + * gcc.target/mips/loongson-simd.c: Ditto. + 2015-06-16 Richard Biener * gcc.target/i386/recip-vec-sqrtf-avx.c: Disable unrolling. diff --git a/gcc/testsuite/gcc.target/mips/loongson-shift-count-truncated-1.c b/gcc/testsuite/gcc.target/mips/loongson-shift-count-truncated-1.c index 778d7398133..f57a18ce12e 100644 --- a/gcc/testsuite/gcc.target/mips/loongson-shift-count-truncated-1.c +++ b/gcc/testsuite/gcc.target/mips/loongson-shift-count-truncated-1.c @@ -1,6 +1,6 @@ /* Test case for SHIFT_COUNT_TRUNCATED on Loongson. */ -/* { dg-do run } */ +/* { dg-do run { target { ! { mips*-mti-linux* mips*-img-linux* } } } } */ /* loongson.h does not handle or check for MIPS16ness. There doesn't seem any good reason for it to, given that the Loongson processors do not support MIPS16. */ diff --git a/gcc/testsuite/gcc.target/mips/loongson-simd.c b/gcc/testsuite/gcc.target/mips/loongson-simd.c index 3d72e93db8d..6d2ceb6371d 100644 --- a/gcc/testsuite/gcc.target/mips/loongson-simd.c +++ b/gcc/testsuite/gcc.target/mips/loongson-simd.c @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see . */ -/* { dg-do run } */ +/* { dg-do run { target { ! { mips*-mti-linux* mips*-img-linux* } } } } */ /* loongson.h does not handle or check for MIPS16ness or microMIPSness. There doesn't seem any good reason for it to, given that the Loongson processors do not support either. The effective target -- 2.30.2