-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/compile: Pow10 freeze the compiler on certain condition on Go 1.24 [1.24 backport] #71855
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
Labels
CherryPickApproved
Used during the release process for point releases
compiler/runtime
Issues related to the Go compiler and/or runtime.
Milestone
Comments
We merged the simple 2 sloc fix. My original plan to revert 820f58a would not solve all regression cases, just the particular one discovered in #71852.
~~I think the only correct revert would involve reverting most of @randall77's prove constants handling improvements, so I think we should consider backporting the fix altho this is more risky~~ edit: the previous implementation has known bugs that were fixed in this refactor like #67625. I don't think that relevant to bring this up anymore.
If rather than backporting, we could revert 3b96eeb which would be very messy and require reverting more commits than I have fingers.
|
Change https://go.dev/cl/652179 mentions this issue: |
gopherbot
pushed a commit
that referenced
this issue
Feb 26, 2025
… when unsat happens multiple times Fixes #71855 Change-Id: I696fcb8fc8c0c2e5e5ae6ab50596f6bdb9b7d498 Reviewed-on: https://go-review.googlesource.com/c/go/+/650975 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Keith Randall <khr@golang.org> (cherry picked from commit 00635de) Reviewed-on: https://go-review.googlesource.com/c/go/+/652179 Reviewed-by: Jorropo <jorropo.pgm@gmail.com> Reviewed-by: Michael Pratt <mpratt@google.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CherryPickApproved
Used during the release process for point releases
compiler/runtime
Issues related to the Go compiler and/or runtime.
@Jorropo requested issue #71852 to be considered for backport to the next 1.24 minor release.
The text was updated successfully, but these errors were encountered: