aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2014-10-30 15:19:45 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2014-10-30 15:19:45 +0000
commit665c06cec2b2b15addfe22e203c7d0e90f74424b (patch)
treed16ca4c41905258a4a9133fe422c0561b8b3dacd /gcc
parentd8f8ea00345472dfa621c6ee4c6e19c4f2c5d8cc (diff)
downloadgcc-665c06cec2b2b15addfe22e203c7d0e90f74424b.zip
gcc-665c06cec2b2b15addfe22e203c7d0e90f74424b.tar.gz
gcc-665c06cec2b2b15addfe22e203c7d0e90f74424b.tar.bz2
* gcc.misc-tests/godump-1.c: Skip if ! lp64.
From-SVN: r216938
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.misc-tests/godump-1.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 3fc26a9..b6cc2e4 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-30 Ian Lance Taylor <iant@google.com>
+
+ * gcc.misc-tests/godump-1.c: Skip if ! lp64.
+
2014-10-30 Dominik Vogt <vogt@linux.vnet.ibm.com>
* gcc.misc-tests/godump-1.c: Skip -fdump-go-spec tests for all
diff --git a/gcc/testsuite/gcc.misc-tests/godump-1.c b/gcc/testsuite/gcc.misc-tests/godump-1.c
index 0867dea..eb45e8c 100644
--- a/gcc/testsuite/gcc.misc-tests/godump-1.c
+++ b/gcc/testsuite/gcc.misc-tests/godump-1.c
@@ -3,6 +3,7 @@
/* { dg-options "-c -fdump-go-spec=godump-1.out" } */
/* { dg-do compile } */
/* { dg-skip-if "not supported for target" { ! "s390*-*-* x86_64-*-*" } } */
+/* { dg-skip-if "not supported for target" { ! lp64 } } */
#include <stdint.h>