diff options
| author | Matthew Dempsky <mdempsky@google.com> | 2020-10-30 10:36:31 -0700 |
|---|---|---|
| committer | Matthew Dempsky <mdempsky@google.com> | 2020-10-30 19:30:44 +0000 |
| commit | 7191f1136b1526703c5af7fc04ff948e3a6c26b9 (patch) | |
| tree | 5a7bb4d489ef26398b11663a071f38db2f2e4bbc /src/runtime/mpagealloc.go | |
| parent | b53df56001a6bd375b1dc2026908f331729cd731 (diff) | |
| download | go-7191f1136b1526703c5af7fc04ff948e3a6c26b9.tar.xz | |
cmd/compile: fix reassignVisitor
reassignVisitor was short-circuiting on assignment statements after
checking the LHS, but there might be further assignment statements
nested within the RHS expressions.
Fixes #42284.
Change-Id: I175eef87513b973ed5ebe6a6527adb9766dde6cf
Reviewed-on: https://go-review.googlesource.com/c/go/+/266618
Trust: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: David Chase <drchase@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Diffstat (limited to 'src/runtime/mpagealloc.go')
0 files changed, 0 insertions, 0 deletions
