http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60874
Bug ID: 60874 Summary: FAIL: go.test/test/recover.go execution Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go Assignee: ian at airs dot com Reporter: ubizjak at gmail dot com The test fails [1] on alpha-linux-gnu (and other non-x86 processors) because reflect.MakeFunc and other functions from reflect/makefunc.go are not implemented for non-x86 architecture. There was a suggestion to use libffi closures for this functionality [2], which could solve this problem in a generic way. [1] http://gcc.gnu.org/ml/gcc-testresults/2014-03/msg00790.html [1] http://gcc.gnu.org/ml/gcc-patches/2013-09/msg02048.html