-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
net: TestDialGoogle fails #13
Labels
Milestone
Comments
Comment 2 by [email protected]: I had the same problem trying to compile go, I update the project but I got the same error :/ my archtecture is 386 |
CL https://golang.org/cl/91830043 mentions this issue. |
Comment #3 is a gobot bug. CL 91830043 does not mention this issue. It mentions issue #13 of the leveldb-go project, not the go project. gobot should have tagged https://code.google.com/p/leveldb-go/issues/detail?id=13 instead. |
tklauser
pushed a commit
to tklauser/go
that referenced
this issue
May 8, 2019
Fixes golang#13 math.Float32bits returns a uint32, and then a cast to int64 used to convert it into a 64bit immediate which overflowed the signed int32 bounds. Casting it into a signed int32 first forces the compiler to sign extend the value returned by math.Float32bits which correctly generates the 32bit signed immediate for the MOV instruction. Change-Id: Ia531a26eeb4e344aff490ab73a35b8cf31c9e6dc
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by mafafa2:
The text was updated successfully, but these errors were encountered: