This patch updates issue10441.go to the upstream version. The test only needs to be compiled, not linked. Linking failed on some platforms, and there was no need to do it anyhow. Ran test on x86_64-pc-linux-gnu. Committed to mainline.
Ian
33ba46663cdf2c9e995265eb838585488f81e907 diff --git a/gcc/testsuite/go.test/test/fixedbugs/issue10441.go b/gcc/testsuite/go.test/test/fixedbugs/issue10441.go index 9bc4948b15b..7cd26d841b6 100644 --- a/gcc/testsuite/go.test/test/fixedbugs/issue10441.go +++ b/gcc/testsuite/go.test/test/fixedbugs/issue10441.go @@ -1,4 +1,4 @@ -// build +// compile // Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style