Both gc and go/types reject the following program, but gccgo accepts: ``` go package a var g = 0>>1080 ``` gccgo should reject it as well. gcc version 6.0.0 20150702 (experimental) (GCC)