]> Cypherpunks repositories - gostls13.git/commit
runtime: add test case for checkptr alignment with nested expression
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Sat, 28 Aug 2021 03:08:32 +0000 (10:08 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Sat, 28 Aug 2021 06:22:11 +0000 (06:22 +0000)
commit044550ab0ee28fe85b98600503c9f33642697d76
tree34305503a6799491b170d78c82a40f17f55f7661
parent010817714e16b859211b50bde6ea7c804263146c
runtime: add test case for checkptr alignment with nested expression

Discover while working on moving checkptr instrumentation from walk to
SSA generation.

Change-Id: I3f4a41fe4ad308b86c7c57d14b6ccc7c613e7f98
Reviewed-on: https://go-review.googlesource.com/c/go/+/345432
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/runtime/checkptr_test.go
src/runtime/testdata/testprog/checkptr.go