-
Notifications
You must be signed in to change notification settings - Fork 18k
C Compiler generates wrong code for while loop #1439
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
Comments
Comment 1 by [email protected]: I just noticed that a simple while(x) {x--;} is sufficient to trigger the bug. |
Comment 2 by [email protected]: I just noticed that a simple while(x) {x--;} with uint64 x is sufficient to trigger the bug. |
Owner changed to [email protected]. Status changed to Accepted. |
I think this has been fixed. http://code.google.com/p/go/source/detail?r=bb2d8b3cdc |
Comment 5 by [email protected]: Indeed, this seems to be fixed. I apologize for the inconvenience |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by [email protected]:
The text was updated successfully, but these errors were encountered: