From: ian Date: Wed, 5 Nov 2014 04:08:11 +0000 (+0000) Subject: * go.test/go-test.exp (go-set-goarch): Enable tests on s390[x]. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4db0f0bc0c238b6f7d1a7e108f21a24ebfb261c2;p=thirdparty%2Fgcc.git * go.test/go-test.exp (go-set-goarch): Enable tests on s390[x]. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217112 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 03a368453c39..e10e99904b67 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2014-11-04 Dominik Vogt + + * go.test/go-test.exp (go-set-goarch): Enable tests on s390[x]. + + * go.test/go-test.exp: In +build lines, require whitespace around + expected strings, fix check for negation. + 2014-11-04 Marek Polacek * c-c++-common/ubsan/align-2.c: Remove dg-output. diff --git a/gcc/testsuite/go.test/go-test.exp b/gcc/testsuite/go.test/go-test.exp index 71272a3aa90f..25e405be5e5a 100644 --- a/gcc/testsuite/go.test/go-test.exp +++ b/gcc/testsuite/go.test/go-test.exp @@ -244,6 +244,12 @@ proc go-set-goarch { } { set goarch "ppc64" } } + "s390-*-*" { + set goarch "s390" + } + "s390x-*-*" { + set goarch "s390x" + } "sparc*-*-*" { if [check_effective_target_ilp32] { set goarch "sparc"