https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68420
Bug ID: 68420 Summary: Errors with go escape analysis Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go Assignee: ian at airs dot com Reporter: boger at us dot ibm.com CC: cmang at google dot com Target Milestone: --- Escape analysis for Go was added to gcc trunk, but there are errors when using it. It is not enabled by default, but requires the option -fgo-optimize-allocs to enable it. Details on the problem are documented in the golang issue tracker https://github.com/golang/go/issues/12965. I was asked to open this as a bugzilla in addition to the Go issue for gcc tracking purposes.