| commit | b53f0f8c96a46b3cce0f1073787b74dd23f57a80 | [log] [tgz] |
|---|---|---|
| author | Cherry Zhang <cherryyz@google.com> | Fri Feb 03 20:54:52 2017 -0500 |
| committer | Cherry Zhang <cherryyz@google.com> | Sat Feb 04 16:46:11 2017 +0000 |
| tree | 9438bc196a8c74bcad261a3d2cc7c755988ea912 | |
| parent | 34b455da4484dee20e8c355b50d24680224b58f2 [diff] [blame] |
cmd/compile: do not fold large offset on ARM64 Fixes #18933. Change-Id: I8bb98e95bb4486a086d93bcf99e3a37488e77b03 Reviewed-on: https://go-review.googlesource.com/36318 Run-TryBot: Cherry Zhang <cherryyz@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Keith Randall <khr@golang.org>
diff --git a/test/fixedbugs/issue6036.go b/test/fixedbugs/issue6036.go index 795b223..8ebef5a 100644 --- a/test/fixedbugs/issue6036.go +++ b/test/fixedbugs/issue6036.go
@@ -1,4 +1,4 @@ -// +build amd64 +// +build !386,!arm,!mips,!mipsle,!amd64p32 // compile // Copyright 2013 The Go Authors. All rights reserved.