From df096f7ad110117ceba25f889d3dd81ae947bc7c Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 30 Oct 2014 15:19:45 +0000 Subject: [PATCH] * gcc.misc-tests/godump-1.c: Skip if ! lp64. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216938 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.misc-tests/godump-1.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3fc26a96042..b6cc2e444b8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-10-30 Ian Lance Taylor + + * gcc.misc-tests/godump-1.c: Skip if ! lp64. + 2014-10-30 Dominik Vogt * 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 0867dea2ee8..eb45e8ccf72 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 -- 2.11.4.GIT