]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix missing typecheck when rewriting abi.FuncPCABIxxx
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Sun, 21 Aug 2022 15:52:36 +0000 (22:52 +0700)
committerGopher Robot <gobot@golang.org>
Mon, 22 Aug 2022 22:29:15 +0000 (22:29 +0000)
commitae303ff282feed715de0374890737ccdaee1e053
tree7f29157845044b6640142a05dcbba66f7286d73f
parent8bf9e014736064de436c411a95467b583f430dea
cmd/compile: fix missing typecheck when rewriting abi.FuncPCABIxxx

Discover when running "go test -run=TestNewOSProc0 -gcflags=-d=checkptr"

Change-Id: I988da56fd3122a21673e86d7dd327ed05914ab72
Reviewed-on: https://go-review.googlesource.com/c/go/+/425040
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/compile/internal/walk/expr.go