aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-16 16:53:46 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-16 16:53:46 +0000
commit510e444f7bb40f9dca0f77235da6d06b568976d9 (patch)
tree9d1d2649d213706db3e001b33fb9f29a07dc43f0
parent7e13b71a502c9cf3e5f3050b32030a376820fe9f (diff)
2015-06-16 Steve Ellcey <sellcey@imgtec.com>
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224526 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/ChangeLog6
-rw-r--r--gcc/testsuite/gcc.target/mips/loongson-shift-count-truncated-1.c2
-rw-r--r--gcc/testsuite/gcc.target/mips/loongson-simd.c2
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 <sellcey@imgtec.com>
+
+ * 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 <rguenther@suse.de>
* 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
<http://www.gnu.org/licenses/>. */
-/* { 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