Red Hat
catalog.redhat.com › en › software › containers › rhel10 › gcc-toolset-15-toolchain › 689b375632287ee1435c7e81
GCC Toolset 15 Toolchain - Red Hat Ecosystem Catalog
February 25, 2026 - rhel10/gcc-toolset-15-toolchain ... categoryGenerally Available · Privilege modeUnprivileged · Base image with essential libraries and tools used to build C and C++ applications....
Stack Overflow
stackoverflow.com › questions › 79785247 › how-to-install-gcc-toolset-15-in-oracle-linux-8
How to install GCC-Toolset 15 in Oracle Linux 8? - Stack Overflow
FROM oraclelinux:8.10 RUN dnf install gcc-toolset-15 ENTRYPOINT ["/bin/bash"]
GCC 15 Released 🎉
AMD GPU (GCN) The standard C++ library (libstdc++) is now supported and enabled. I've really got to give GCC's GPU offloading a try sometime. Does anyone have any experience with the performance of this, vs reasonably well written GPU code by hand? I might do some tests and write them up to see if its actually workable for high performance code Experimental support for supporting generic devices has been added; specifying gfx9-generic, gfx10-3-generic, or gfx11-generic to -march= will generate code that can run on all devices of a series. Additionally, the following specific devices are now have experimental support, all of which are compatible with a listed generic: gfx902, gfx904, gfx909, gfx1031, gfx1032, gfx1033, gfx1034, gfx1035, gfx1101, gfx1102, gfx1150, and gfx1151. To use any of the listed new devices including the generic ones, GCC has to be configured to build the runtime library for the device. Note that generic support requires ROCm 6.4.0 (or newer). For details, consult GCC's installation notes. More on reddit.com
GCC-Toolset 15 in Oracle Linux 8 - Oracle Forums
According to https://docs.oracle.com/en/operating-systems/oracle-linux/product-lifecycle/OL-PRODUCT-LIFECYCLE.pdf , Table 2-6, GCC-Toolset 15 is available in applica... More on forums.oracle.com
Trouble using gcc-toolset-15 on Rocky Linux 8: missing symbol (but only on some machines)
I wrote an application that I uses c++20 features that needs to run on Rocky 8, so I installed the gcc-toolset-15 package. I do this on a development machine (this is a virtual machine but that’s not important for this discussion). I’ve deployed this application to several machines running ... More on forums.rockylinux.org
GCC, the GNU Compiler Collection 15.1 released
The new default is -std=gnu23, which means C23's breaking changes are now the default. In my experience so far the most disruptive has been old-style prototypes, particularly empty parameter lists. This: void f(); Now means: void f(void); Instead of "unspecified number of arguments." Projects depending on the old behavior include GDB, GMP, GNU Make, and Vim. These require special consideration when building with GCC 15. More on reddit.com
RPMfind
rpmfind.net › linux › rpm2html › search.php
RPM resource gcc-toolset-15-gcc
The gcc-toolset-15-gcc package contains the GNU Compiler Collection version 14.
Almalinux
git.almalinux.org › rpms › gcc-toolset-15-gcc
rpms/gcc-toolset-15-gcc - gcc-toolset-15-gcc - AlmaLinux OS Foundation Git Server
rpms/gcc-toolset-15-gcc · Fork 0 · You've already forked gcc-toolset-15-gcc · Code Issues Pull Requests Releases Activity · 22 Commits 11 Branches 19 Tags 2.4 MiB · Diff 100% c10s Go to file · HTTPS · Download ZIP Download TAR.GZ Download BUNDLE Open with VS Code Open with VSCodium Open with Intellij IDEA ·
Almalinux
git.almalinux.org › rpms › gcc-toolset-15 › src › branch › c8s
rpms/gcc-toolset-15 - gcc-toolset-15 - AlmaLinux OS Foundation Git Server
Package %{scl_name} is the main package for Red Hat GCC Toolset 15. By installing the %{scl_name} package, you will get the working set of packages that are included in Red Hat GCC Toolset 15, which includes development and debugging tools.
Reddit
reddit.com › r/cpp › gcc 15 released 🎉
r/cpp on Reddit: GCC 15 Released 🎉
April 25, 2025 -
🎉Congratulations to the GCC team!
🎆🎇🔥💥 🤩 🎊 🥳 🤟 🍻 🥂 👍
Release Notes
GNU Git Branch and Tag (quite slow)
Github mirror
Top answer 1 of 5
41
AMD GPU (GCN) The standard C++ library (libstdc++) is now supported and enabled. I've really got to give GCC's GPU offloading a try sometime. Does anyone have any experience with the performance of this, vs reasonably well written GPU code by hand? I might do some tests and write them up to see if its actually workable for high performance code Experimental support for supporting generic devices has been added; specifying gfx9-generic, gfx10-3-generic, or gfx11-generic to -march= will generate code that can run on all devices of a series. Additionally, the following specific devices are now have experimental support, all of which are compatible with a listed generic: gfx902, gfx904, gfx909, gfx1031, gfx1032, gfx1033, gfx1034, gfx1035, gfx1101, gfx1102, gfx1150, and gfx1151. To use any of the listed new devices including the generic ones, GCC has to be configured to build the runtime library for the device. Note that generic support requires ROCm 6.4.0 (or newer). For details, consult GCC's installation notes.
2 of 5
29
Hurry up package managers I don’t want to build it myself.
Almalinux
git.almalinux.org › rpms › gcc-toolset-15 › src › branch › c10s › README
gcc-toolset-15/README at c10s - gcc-toolset-15 - AlmaLinux OS Foundation Git Server
rpms/gcc-toolset-15 · Fork 0 · You've already forked gcc-toolset-15 · Code Issues Pull Requests Releases Activity · c10s gcc-toolset-15/README · Siddhesh Poyarekar a4ac00497e Amend the bug reporting link ... Related: RHEL-96490 · 2025-06-20 06:21:27 -04:00 ·
Red Hat
docs.redhat.com › en › documentation › red_hat_enterprise_linux › 8 › html › developing_c_and_cpp_applications_in_rhel_8 › additional-toolsets-for-development_developing-applications
Chapter 4. Additional toolsets for development | Developing C and C++ applications in RHEL 8 | Red Hat Enterprise Linux | 8 | Red Hat Documentation
GCC Toolset 15 in Red Hat Enterprise Linux offers updated compilers and debuggers for C, C++, and Fortran.
CentOS Repositories
centos.pkgs.org › 9-stream › centos-appstream-x86_64 › gcc-toolset-15-15.0-0.el9.x86_64.rpm.html
gcc-toolset-15-15.0-0.el9.x86_64.rpm - CentOS Repositories
CentOS Official and Third-Party Repositories
Red Hat
docs.redhat.com › en › documentation › red_hat_enterprise_linux › 10 › html › developing_c_and_cpp_applications_in_rhel_10 › additional-toolsets-for-development
Chapter 5. Additional toolsets for development | Developing C and C++ applications in RHEL 10 | Red Hat Enterprise Linux | 10 | Red Hat Documentation
GCC Toolset 15 in Red Hat Enterprise Linux offers updated compilers and debuggers for C, C++, and Fortran.
Remi's RPM Repository
rpms.remirepo.net › rpmphp › zoom.php
Packages in Fedora / RHEL / CentOS / EPEL - Package: gcc-toolset-15-gcc
Package: gcc-toolset-15-gcc · Show more informations from pkgdb · The Fedora Project is maintained and driven by the community and sponsored by Red Hat. This is a community maintained site. Red Hat is not responsible for content.
Repology
repology.org › project › gcc-toolset-15 › versions
gcc-toolset-15 package versions - Repology
List of package versions for project gcc-toolset-15 in all repositories
Pkgs.org
pkgs.org › download › gcc-toolset-15
Gcc-toolset-15 Download for Linux (rpm)
Search and download Linux packages for Adélie, AlmaLinux, Alpine, ALT Linux, Arch Linux, CentOS, Debian, Fedora, KaOS, Mageia, Mint, OpenMandriva, openSUSE, OpenWrt, RHEL, Rocky Linux, Slackware, Solus, Ubuntu and Void Linux distributions
Rocky Linux Forum
forums.rockylinux.org › rocky linux help & support
Trouble using gcc-toolset-15 on Rocky Linux 8: missing symbol (but only on some machines) - Rocky Linux Help & Support - Rocky Linux Forum
February 11, 2026 - I wrote an application that I uses c++20 features that needs to run on Rocky 8, so I installed the gcc-toolset-15 package. I do this on a development machine (this is a virtual machine but that’s not important for this discussion). I’ve deployed this application to several machines running ...
Fedora
copr.fedorainfracloud.org › coprs › alonid › gcc-toolset-15 › package › gcc-toolset-15
Package gcc-toolset-15 in alonid/gcc-toolset-15
gcc-toolset-15 · Packages · gcc-toolset-15 · Project ID: 198941 · Overview · Packages · Builds · Monitor · Dist Git Repo: alonid/gcc-toolset-15/gcc-toolset-15 · Source Type: No default source ·
Red Hat
developers.redhat.com › articles › 2025 › 04 › 24 › new-c-features-gcc-15
New C++ features in GCC 15 | Red Hat Developer
April 25, 2025 - The next major version of the GNU Compiler Collection (GCC), 15.1, is expected to be released in April or May 2025. Like every major GCC release, this version will bring many additions, improvements, bug fixes, and new features.