GCC-15

GCC 15 is the foundational GNU compiler, notable for changing the default C standard to GNU23 and introducing the COBOL language front-end.

Programming Utils Containers Kubernetes
License: Multiple Licenses

Available Platforms

Docker Hub

View on platform

Kubernetes

View on platform

OpenShift

View on platform

Rancher

View on platform

Details

GCC 15, the GNU Compiler Collection, serves as the critical compiler toolchain for most Linux distributions. This version marks a major milestone by officially changing the default C language standard from GNU17 to GNU23. It also dramatically expands its language support by introducing a new front-end for the COBOL programming language. As a core component of open-source development, it translates source code into optimized machine code while providing powerful new features like incremental Link-Time Optimization (LTO) to speed up builds.