-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/compile: internal compiler error: Expand calls interface data problem [1.17 backport] #49392
Labels
Milestone
Comments
gopherbot
added
the
CherryPickCandidate
Used during the release process for point releases
label
Nov 5, 2021
Change https://golang.org/cl/361596 mentions this issue: |
heschi
added
the
CherryPickApproved
Used during the release process for point releases
label
Nov 24, 2021
gopherbot
removed
the
CherryPickCandidate
Used during the release process for point releases
label
Nov 24, 2021
@randall77 @dr2chase This cherrypick's CL still needs review. |
Ping. I plan to cut the minor releases tomorrow. |
Update: I'm considering it, it's not set in stone yet. :) |
Closed by merging 759a921 to release-branch.go1.17. |
gopherbot
pushed a commit
that referenced
this issue
Dec 2, 2021
…cessing struct/array This is backport of CL 3651594, with the test from CL 360057. CL 360057 fixed missing update source type in storeArgOrLoad. However, we should only update the type when processing struct/array. If we update the type right before calling storeArgOrLoad, we may generate a value with invalid type, e.g, OpStructSelect with non-struct type. Fixes #49392 Change-Id: Ib7e10f72f818880f550aae5c9f653db463ce29b0 Reviewed-on: https://go-review.googlesource.com/c/go/+/361594 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: David Chase <drchase@google.com> Reviewed-on: https://go-review.googlesource.com/c/go/+/361596 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Keith Randall <khr@golang.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
@cuonglm requested issue #49378 to be considered for backport to the next 1.17 minor release.
The text was updated successfully, but these errors were encountered: