From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1698) id BFF4538618DF; Fri, 28 Aug 2020 19:44:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BFF4538618DF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1598643867; bh=NITD35lyOkdwvkMu5weteKrOxI5uodPG1CoLMPoQ5VM=; h=From:To:Subject:Date:From; b=EoJDgpU8ZyY5PPwjfRAYKI/AoM7BWmyv1X3lJXLWxqdg2+wyRieWpnzmNSStb4t15 2ZZ8TrMvTrWHHYpMhWSCB9C4dVbluVvGYZwrdhcQpjW6kqGgLgrL56AXffVSI3d1sv UiDkaL/kVn1aUyKfuuDKeMplGy837tBZHTKCPzjk= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Iain D Sandoe To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/c++-coroutines] gotest: use a space rather than a middle dot in target lists X-Act-Checkin: gcc X-Git-Author: Maciej W. Rozycki X-Git-Refname: refs/heads/devel/c++-coroutines X-Git-Oldrev: 82030d51017323c5706d58d8c8626324ece007e4 X-Git-Newrev: cad843c7e7aeee32d41a56282bd1024b5cebf531 Message-Id: <20200828194427.BFF4538618DF@sourceware.org> Date: Fri, 28 Aug 2020 19:44:27 +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: Fri, 28 Aug 2020 19:44:27 -0000 https://gcc.gnu.org/g:cad843c7e7aeee32d41a56282bd1024b5cebf531 commit cad843c7e7aeee32d41a56282bd1024b5cebf531 Author: Maciej W. Rozycki Date: Thu Aug 27 22:02:28 2020 +0100 gotest: use a space rather than a middle dot in target lists Replace the U+00B7 middle dot character, placed after "mips64p32le" in the target lists, with a space. The U+00B7 character may not be considered whitespace by Bourne shell and any non-ASCII character may render incorrectly in some terminal devices. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/251177 Diff: --- gcc/go/gofrontend/MERGE | 2 +- libgo/testsuite/gotest | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 780588aabc5..dc63f4a696a 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -9aed2d2c5e9c69aa530bf09d72d33c66e497d720 +b75a139fcc7c56988ce2d5b3a2b9e274eb521b0d The first line of this file holds the git revision number of the last merge done from the gofrontend repository. diff --git a/libgo/testsuite/gotest b/libgo/testsuite/gotest index 2bd6b5e2b2a..eadafa1a7cd 100755 --- a/libgo/testsuite/gotest +++ b/libgo/testsuite/gotest @@ -308,7 +308,7 @@ x) aix | android | darwin | dragonfly | freebsd | hurd | illumos | js | linux | nacl | netbsd | openbsd | plan9 | solaris | windows) tag1=nonmatchingtag ;; - 386 | amd64 | amd64p32 | arm | armbe | arm64 | arm64be | alpha | ia64 | m68k | mips | mipsle | mips64 | mips64le | mips64p32 | mips64p32le·| nios2 | ppc | ppc64 | ppc64le | riscv64 | s390 | s390x | sh | shbe | sparc | sparc64 | wasm) + 386 | amd64 | amd64p32 | arm | armbe | arm64 | arm64be | alpha | ia64 | m68k | mips | mipsle | mips64 | mips64le | mips64p32 | mips64p32le | nios2 | ppc | ppc64 | ppc64le | riscv64 | s390 | s390x | sh | shbe | sparc | sparc64 | wasm) tag1=nonmatchingtag ;; esac @@ -320,7 +320,7 @@ x) aix | android | darwin | dragonfly | freebsd | hurd | illumos | js | linux | nacl | netbsd | openbsd | plan9 | solaris | windows) tag2=nonmatchingtag ;; - 386 | amd64 | amd64p32 | arm | armbe | arm64 | arm64be | alpha | ia64 | m68k | mips | mipsle | mips64 | mips64le | mips64p32 | mips64p32le·| nios2 | ppc | ppc64 | ppc64le | riscv64 | s390 | s390x | sh | shbe | sparc | sparc64 | wasm) + 386 | amd64 | amd64p32 | arm | armbe | arm64 | arm64be | alpha | ia64 | m68k | mips | mipsle | mips64 | mips64le | mips64p32 | mips64p32le | nios2 | ppc | ppc64 | ppc64le | riscv64 | s390 | s390x | sh | shbe | sparc | sparc64 | wasm) tag2=nonmatchingtag ;; esac