-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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: 'IterateBits16': not lowered test failure on 386 linux builders #33902
Comments
Similar to #33875? |
Possibly? : ) The trybots were not run before submitting CL 189277, maybe they would have prevented this. |
Looks like 2 week delay in the period of active merging brings commit into a danger zone. |
Sorry for the trouble, I am working on it. |
Change https://golang.org/cl/192057 mentions this issue: |
Change https://golang.org/cl/192097 mentions this issue: |
This reverts CL 189277. Reason for revert: broke 32-bit builders. Updates #33902 Change-Id: Ie5f180d0371a90e5057ed578c334372e5fc3a286 Reviewed-on: https://go-review.googlesource.com/c/go/+/192097 Run-TryBot: Bryan C. Mills <[email protected]> Reviewed-by: Daniel Martí <[email protected]>
I reverted CL 189277. Please feel free to revert my revert once the fix-forward is reviewed. The builders appear to be happy again, so closing this issue. |
This reverts CL 189277. Reason for revert: broke 32-bit builders. Updates golang#33902 Change-Id: Ie5f180d0371a90e5057ed578c334372e5fc3a286 Reviewed-on: https://go-review.googlesource.com/c/go/+/192097 Run-TryBot: Bryan C. Mills <[email protected]> Reviewed-by: Daniel Martí <[email protected]>
This reverts CL 189277. Reason for revert: broke 32-bit builders. Updates golang#33902 Change-Id: Ie5f180d0371a90e5057ed578c334372e5fc3a286 Reviewed-on: https://go-review.googlesource.com/c/go/+/192097 Run-TryBot: Bryan C. Mills <[email protected]> Reviewed-by: Daniel Martí <[email protected]>
All 386 linux builders are currently failing the codegen test suite with this error:
This appears to be triggered by the optimization merged at CL 189277 (optimize 386's math.bits.TrailingZeros16).
cc @benshi001
The text was updated successfully, but these errors were encountered: