gccgo successfully compiles the following program: ``` go package a func f() int { for{}; _:} ``` while both gc and go/types reject it with `missing return`. gcc version 6.0.0 20150702 (experimental) (GCC)