]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: fix wrong type in SSA generation for OSLICE2ARRPTR
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Thu, 24 Jun 2021 18:45:32 +0000 (01:45 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Thu, 24 Jun 2021 18:58:27 +0000 (18:58 +0000)
commitcce621431a9bce86527b25898a01a7a693cc56a8
tree1cb422ae08e3c803af464c62bdde66e72576f9a0
parent600a2a4ffb9a273a3a1635b60120ffc768741aa9
cmd/compile: fix wrong type in SSA generation for OSLICE2ARRPTR

Fixes #46907

Change-Id: I6a2728d2f2159df583b32f40f6100d3e90c34dd7
Reviewed-on: https://go-review.googlesource.com/c/go/+/330672
Trust: 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>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/compile/internal/ssagen/ssa.go
test/fixedbugs/issue46907.go [new file with mode: 0644]