We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Both gc and go/types reject the following program, but gccgo accepts:
package a var g = 0>>1080
gccgo should reject it as well. gcc version 6.0.0 2015070 (experimental) (GCC)