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 a var a = 0 << complex64(1)
go/types say:
go.go:2: invalid operation: 0 << complex64(1) (shift count type complex64, must be unsigned integer)
gccgo must unlearn how to shift by complex numbers.
#11567
The text was updated successfully, but these errors were encountered:
@paranoiacblack
Sorry, something went wrong.
I should note whatever changes fixes #11616, should also fix this.
#11616 is fixed.
No branches or pull requests
gccgo successfully compiles the following program:
go/types say:
gccgo must unlearn how to shift by complex numbers.
#11567
The text was updated successfully, but these errors were encountered: