]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: do not shapify when reading reshaping expr
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 10 Jan 2025 05:49:59 +0000 (12:49 +0700)
committerGopher Robot <gobot@golang.org>
Thu, 22 May 2025 18:24:54 +0000 (11:24 -0700)
commitbfbf736564925fd91701a08395f903955cb4cbc7
tree7afa378c9bf397b22e4456b6ccd9e9e0f2b51754
parentb1f259b1b42f055863a67492e7815ec752eae56b
cmd/compile: do not shapify when reading reshaping expr

Fixes #71184

Change-Id: I22e7ae5203311e86a90502bfe155b0597007887d
Reviewed-on: https://go-review.googlesource.com/c/go/+/641955
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/noder/reader.go
test/fixedbugs/issue71184.go [new file with mode: 0644]