gccgo

Go compiler, based on the GCC backend

Install

All systems
curl cmd.cat/gccgo.sh
Debian Debian
apt-get install gccgo
Ubuntu
apt-get install gccgo
Arch Arch Linux
pacman -S gccgo
image/svg+xml Kali Linux
apt-get install gccgo
CentOS
yum install gccgo
Fedora
dnf install gccgo
Windows (WSL2)
sudo apt-get update sudo apt-get install gccgo
Raspbian
apt-get install gccgo

gccgo

Go compiler, based on the GCC backend

This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. This is a dependency package providing the default GNU Go compiler.

gcc-go

Go front-end for GCC

gcc-snapshot

A SNAPSHOT of the GNU Compiler Collection