http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59866
Bug ID: 59866 Summary: gccgo gc work buffer is misaligned Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: critical Priority: P3 Component: go Assignee: ian at airs dot com Reporter: dev.ma.dma at gmail dot com Created attachment 31879 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31879&action=edit go_test.log fatal error: runtime: gc work buffer is misaligned Simple test program for go does not run. While statically linked program works. gcc-4.7.3 does not have this issue. Please refer to the attached log file.