https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79112
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ebotcazou at gcc dot gnu.org --- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- > No, GO requires some runtime support which has to be provided by the > backend. For example split-stack functionality, for which an ABI needs to > be found and defined first. That's incorrect, for example Go is support on SPARC and IA-64 and there is no specific back-end support, in particular split stack is not required.