
GCC-13
GCC 13 is the foundational GNU compiler, notable for introducing initial front-end support for the Rust programming language and expanding C++23 features.
Available Platforms
Docker Hub
View on platformKubernetes
View on platformOpenShift
View on platformRancher
View on platformDetails
GCC 13, the GNU Compiler Collection, is the foundational toolchain for most Linux systems. This version significantly expanded its language support by introducing an initial front-end for the Rust programming language. It also solidified its C++ support by completing many C++20 features and introducing initial capabilities from the C++23 standard. As a critical component, it takes source code from these languages (plus C, Fortran, etc.) and translates it into optimized machine code, while adding improved static analysis tools (like SARIF diagnostics) for all developers.