From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2116) id 6B22B385803E; Wed, 13 Apr 2022 21:43:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6B22B385803E MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Ian Lance Taylor To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-8147] go.test: update issue10441.go to current upstream version X-Act-Checkin: gcc X-Git-Author: Ian Lance Taylor X-Git-Refname: refs/heads/master X-Git-Oldrev: f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244 X-Git-Newrev: 33ba46663cdf2c9e995265eb838585488f81e907 Message-Id: <20220413214351.6B22B385803E@sourceware.org> Date: Wed, 13 Apr 2022 21:43:51 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2022 21:43:51 -0000 https://gcc.gnu.org/g:33ba46663cdf2c9e995265eb838585488f81e907 commit r12-8147-g33ba46663cdf2c9e995265eb838585488f81e907 Author: Ian Lance Taylor Date: Wed Apr 13 14:41:50 2022 -0700 go.test: update issue10441.go to current upstream version This test only needs to be compiled, not linked. Diff: --- gcc/testsuite/go.test/test/fixedbugs/issue10441.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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