[Bug target/79112] [SH] libgo/go/exp/terminal/util.go:70:23: error: integer constant overflow
ebotcazou at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 17 11:17:00 GMT 2017
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.
More information about the Gcc-bugs
mailing list