We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gccgo successfully compiles the following program:
package e const c = 0>>""
while gc says:
/tmp/test.go:2: cannot convert "" to type uint /tmp/test.go:2: invalid operation: 0 >> "" (shift count type string, must be unsigned integer)
gc seems to be right. gcc on rev 228818, gofrontend on a4bcd319d98ddc52b3e7d16ec87d92aad868ab05
The text was updated successfully, but these errors were encountered:
@ianlancetaylor
Sorry, something went wrong.
Fixed by w/e fixed #12935.
No branches or pull requests
gccgo successfully compiles the following program:
while gc says:
gc seems to be right.
gcc on rev 228818, gofrontend on a4bcd319d98ddc52b3e7d16ec87d92aad868ab05
The text was updated successfully, but these errors were encountered: