aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Vogt <vogt@linux.vnet.ibm.com>2014-10-30 14:51:30 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2014-10-30 14:51:30 +0000
commitd8f8ea00345472dfa621c6ee4c6e19c4f2c5d8cc (patch)
tree98eb70537f34f302407895de5ee9409040621fb4
parent020bd6f43f4fb156a15d54bfb8b3ab75683e605c (diff)
downloadgcc-d8f8ea00345472dfa621c6ee4c6e19c4f2c5d8cc.zip
gcc-d8f8ea00345472dfa621c6ee4c6e19c4f2c5d8cc.tar.gz
gcc-d8f8ea00345472dfa621c6ee4c6e19c4f2c5d8cc.tar.bz2
godump-1.c: Skip -fdump-go-spec tests for all platforms except s390[x] and x86_64.
* gcc.misc-tests/godump-1.c: Skip -fdump-go-spec tests for all platforms except s390[x] and x86_64. From-SVN: r216936
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.misc-tests/godump-1.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 2c290daa..3fc26a9 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-30 Dominik Vogt <vogt@linux.vnet.ibm.com>
+
+ * gcc.misc-tests/godump-1.c: Skip -fdump-go-spec tests for all
+ platforms except s390[x] and x86_64.
+
2014-10-30 Martin Liska <mliska@suse.cz>
PR ipa/63574
diff --git a/gcc/testsuite/gcc.misc-tests/godump-1.c b/gcc/testsuite/gcc.misc-tests/godump-1.c
index f3af17c..0867dea 100644
--- a/gcc/testsuite/gcc.misc-tests/godump-1.c
+++ b/gcc/testsuite/gcc.misc-tests/godump-1.c
@@ -2,6 +2,7 @@
/* { dg-options "-c -fdump-go-spec=godump-1.out" } */
/* { dg-do compile } */
+/* { dg-skip-if "not supported for target" { ! "s390*-*-* x86_64-*-*" } } */
#include <stdint.h>