]> Cypherpunks repositories - gostls13.git/commit
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)
committerKeith Randall <khr@golang.org>
Wed, 16 Sep 2020 17:28:13 +0000 (17:28 +0000)
commit37f261010f837f945eaa2d33d90cd822b4e93459
treec3c0ca3305432b496c216bbc556be6b3f438759e
parent42b023d7b9cb8229e3035fa3d36bce41a1ef0c43
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>
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