From: Ian Lance Taylor Date: Mon, 13 Feb 2017 17:37:02 +0000 (+0000) Subject: re PR go/79443 (libgo/math test fails on s390x (undefined symbols cosh, sinh, tanh... X-Git-Tag: upstream/12.2.0~41207 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7953a24c609aab00b163738fff12ff230fc0a5b5;p=platform%2Fupstream%2Fgcc.git re PR go/79443 (libgo/math test fails on s390x (undefined symbols cosh, sinh, tanh, hasVX)) PR go/79443 libgo: fix some s390x tests Add `+build ignore` to ignore tests that rely on s390x assembly code not yet implemented for gccgo. Fixes GCC PR 79443. Reviewed-on: https://go-review.googlesource.com/36909 From-SVN: r245397 --- diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 532cf1e..0f5bec0 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -7fa4eb4b7a32953c2e838f1b0c684a6733172b43 +c3935e1f20ad5b1d4c41150f11fb266913c04df7 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. diff --git a/libgo/go/crypto/sha256/fallback_test.go b/libgo/go/crypto/sha256/fallback_test.go index 5917a48..1a6e6a5 100644 --- a/libgo/go/crypto/sha256/fallback_test.go +++ b/libgo/go/crypto/sha256/fallback_test.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build ignore // +build s390x package sha256 diff --git a/libgo/go/math/export_s390x_test.go b/libgo/go/math/export_s390x_test.go index 3fdbd86..2e7f584 100644 --- a/libgo/go/math/export_s390x_test.go +++ b/libgo/go/math/export_s390x_test.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build ignore + package math // Export internal functions and variable for testing.