-
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: inline multiplication corrupts an argument on arm [1.10 backport] #28959
Labels
Milestone
Comments
andybons
added
the
CherryPickApproved
Used during the release process for point releases
label
Nov 26, 2018
Change https://golang.org/cl/151343 mentions this issue: |
gopherbot
pushed a commit
that referenced
this issue
Dec 14, 2018
…ated when using soft-float When using soft-float, OMUL might be rewritten to function call so we should ensure it was evaluated first. Updates #28688 Fixes #28959 Change-Id: I30b87501782fff62d35151f394a1c22b0d490c6c Reviewed-on: https://go-review.googlesource.com/c/148837 Run-TryBot: Cherry Zhang <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Cherry Zhang <[email protected]> (cherry picked from commit c92e73b) Reviewed-on: https://go-review.googlesource.com/c/151343 Reviewed-by: Filippo Valsorda <[email protected]>
Closed by merging d74e69c to release-branch.go1.10. |
Change https://golang.org/cl/154297 mentions this issue: |
gopherbot
pushed a commit
that referenced
this issue
Dec 14, 2018
…be evaluated when using soft-float" This reverts commit d74e69c. Reason for revert: this fix has been backported to 1.11, and that makes it ineligible for backport to 1.10, since upgrading to 1.11 is a valid workaround according to https://github.com/golang/go/wiki/MinorReleases. Also, this triggers a bug on Wasm that would require a backport of CL 149965, too. Updates #28688 Updates #28959 Change-Id: I4e56554ea27b5db83bdb1e9d2103dd24e3da8cfc Reviewed-on: https://go-review.googlesource.com/c/154297 Reviewed-by: Cherry Zhang <[email protected]> Run-TryBot: Cherry Zhang <[email protected]>
FiloSottile
removed
the
CherryPickApproved
Used during the release process for point releases
label
Dec 14, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Manually opening this due to gopherbot not tracking follow-up backport requests.
Issue #28688 is to be considered for backport to the next 1.10 minor release.
@josharian @milanknezevic
The text was updated successfully, but these errors were encountered: