aboutsummaryrefslogtreecommitdiff
path: root/test/sliceopt.go
diff options
context:
space:
mode:
authorDavid Chase <drchase@google.com>2016-08-15 13:51:00 -0700
committerDavid Chase <drchase@google.com>2016-08-18 16:34:47 +0000
commit5b9ff11c3d50368c44ae7aa9cb4b58c67494e7bb (patch)
tree834926c02f7fbf20922f5b61036f883839bdc217 /test/sliceopt.go
parentdea6dab40c589b486ee6643db3e1204c3379aaee (diff)
downloadgo-5b9ff11c3d50368c44ae7aa9cb4b58c67494e7bb.tar.gz
go-5b9ff11c3d50368c44ae7aa9cb4b58c67494e7bb.zip
cmd/compile: ppc64le working, not optimized enough
This time with the cherry-pick from the proper patch of the old CL. Stack size increased. Corrected NaN-comparison glitches. Marked g register as clobbered by calls. Fixed shared libraries. live_ssa.go still disabled because of differences. Presumably turning on more optimization will fix both the stack size and the live_ssa.go glitches. Enhanced debugging output for shared libs test. Rebased onto master. Updates #16010. Change-Id: I40864faf1ef32c118fb141b7ef8e854498e6b2c4 Reviewed-on: https://go-review.googlesource.com/27159 Run-TryBot: David Chase <drchase@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com>
Diffstat (limited to 'test/sliceopt.go')
-rw-r--r--test/sliceopt.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sliceopt.go b/test/sliceopt.go
index 9dc8a4444c..33b4818f18 100644
--- a/test/sliceopt.go
+++ b/test/sliceopt.go
@@ -1,4 +1,4 @@
-// +build !amd64,!arm,!amd64p32,!386,!arm64
+// +build !amd64,!arm,!amd64p32,!386,!arm64,!ppc64le
// errorcheck -0 -d=append,slice
// Copyright 2015 The Go Authors. All rights reserved.