-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: find uses of int32 that should be uintptr #6046
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
Milestone
Comments
I will never figure out how "Update issue xxx" works, because it never does. findnull and findnullw: https://golang.org/cl/12520043 maxstring and concatstring: https://golang.org/cl/12519044 |
On the topic of this general awfulness, would it be possible to change 6c et al. to complain about integer operations mixing different signs and/or types? There's a gcc flag for that that we're slowly turning on but there's no way at the moment to do it in the runtime's C code. Since our C compiler is used only there, let's be strict. |
Owner changed to @robpike. Status changed to Started. |
I suspect this is obsolete.. |
Yes, I just verified they've been fixed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: