-
Notifications
You must be signed in to change notification settings - Fork 18k
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: Op...LECall and OpDereference have mismatched mem [1.17 backport] #49413
Labels
Milestone
Comments
Change https://golang.org/cl/362054 mentions this issue: |
@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 ebd1b4d to release-branch.go1.17. |
gopherbot
pushed a commit
that referenced
this issue
Dec 21, 2021
… block when has opendefers The openDeferRecord always insert vardef/varlive pairs into the entry block, it may destroy the mem chain when LECall's args are writing into the same block. So create a new block before that happens. Fixes #49413 Change-Id: Ibda6c4a45d960dd412a641f5e02276f663c80785 Reviewed-on: https://go-review.googlesource.com/c/go/+/361410 Run-TryBot: Alberto Donizetti <[email protected]> TryBot-Result: Go Bot <[email protected]> Trust: Alberto Donizetti <[email protected]> Trust: Than McIntosh <[email protected]> Reviewed-by: David Chase <[email protected]> (cherry picked from commit 4f083c7) Reviewed-on: https://go-review.googlesource.com/c/go/+/362054 Reviewed-by: Keith Randall <[email protected]> Trust: Matthew Dempsky <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
@hanchaoqun requested issue #49282 to be considered for backport to the next 1.17 minor release.
The text was updated successfully, but these errors were encountered: