https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79037
--- Comment #11 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> --- Testing the latest patchset from Gerrit [1], I can confirm the bug is now fixed: (sid-m68k-sbuild)root@jessie64:~# cat hello-world.go package main import "fmt" func main() { fmt.Println("Hello World!") } (sid-m68k-sbuild)root@jessie64:~# gccgo-6 hello-world.go -o hello-world (sid-m68k-sbuild)root@jessie64:~# ./hello-world Hello World! (sid-m68k-sbuild)root@jessie64:~# > [1] https://go-review.googlesource.com/#/c/35478/