GCC-14

GCC 14 is the foundational GNU compiler, delivering wider C++23 support (like static operator()) and improved code generation for new RISC-V and Arm CPUs.

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 14, the GNU Compiler Collection, continues its role as the core compiler for the GNU project. This release is notable for its significant progress on the C++23 standard, implementing new features like static operator() and import std;. It also enhances its support for modern hardware, introducing improved code generation for new Arm and RISC-V processor extensions, and expands its parallelism capabilities with deeper support for the OpenMP 5.1 and 5.2 standards. It translates human-readable source code into the optimized machine code required for all open-source compilation.