]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.15] cmd/compile: make go:notinheap error message friendlier for cgo
authorKeith Randall <khr@golang.org>
Thu, 27 Aug 2020 21:05:52 +0000 (14:05 -0700)
committerDmitri Shuralyov <dmitshur@golang.org>
Fri, 9 Oct 2020 17:25:25 +0000 (17:25 +0000)
commit46a6fd080635001d7f9fbd8118094f0aa21661a0
tree1ee19dec0751fc9bf195440fa06bdcb781a3a2fa
parent96983721d42e9e238ea9fec720849ab7bb616122
[release-branch.go1.15] cmd/compile: make go:notinheap error message friendlier for cgo

Update #40954

Change-Id: Ifaab7349631ccb12fc892882bbdf7f0ebf3d845f
Reviewed-on: https://go-review.googlesource.com/c/go/+/251158
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Keith Randall <khr@golang.org>
Reviewed-on: https://go-review.googlesource.com/c/go/+/255338
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/compile/internal/gc/escape.go
src/cmd/compile/internal/gc/subr.go
src/cmd/compile/internal/gc/typecheck.go
src/cmd/compile/internal/gc/walk.go
test/notinheap.go
test/notinheap2.go