Back to bug 1996862

Who When What Removed Added
Red Hat Bugzilla 2021-08-23 20:20:04 UTC Pool ID sst_platform_tools_rhel_8
Red Hat One Jira (issues.redhat.com) 2021-08-23 20:22:09 UTC Link ID Red Hat Issue Tracker RHELPLAN-94524
Marek Polacek 2021-08-23 20:45:13 UTC Doc Text Important: if this rebase also contains *enhancements* (or contains only enhancements), select the correct option from the Doc Type drop-down list.

Rebase package(s) to version: 11.2

Highlights and important bug fixes:
Doc Type If docs needed, set a value Rebase: Bug Fixes Only
Status NEW ASSIGNED
Keywords Bugfix, Rebase, Triaged
Pavel Najman 2021-09-17 14:35:20 UTC Pool ID sst_platform_tools_rhel_8 sst_pt_gcc_glibc_rhel_8
Martin Cermak 2021-09-24 14:10:18 UTC QA Contact qe-baseos-tools-bugs vkadlcik
Václav Kadlčík 2021-10-27 08:48:23 UTC Fixed In Version gcc-toolset-11-gcc-11.2.1-6.el8
Status ASSIGNED VERIFIED
Petr Hybl 2022-03-16 13:34:00 UTC Fixed In Version gcc-toolset-11-gcc-11.2.1-6.el8 gcc-toolset-11-gcc-11.2.1-7.el8
Docs Contact phybl
CC phybl
Petr Hybl 2022-03-17 09:11:28 UTC Flags needinfo?(mpolacek)
Marek Polacek 2022-03-17 17:48:58 UTC Flags needinfo?(mpolacek)
Doc Text Important: if this rebase also contains *enhancements* (or contains only enhancements), select the correct option from the Doc Type drop-down list.

Rebase package(s) to version: 11.2

Highlights and important bug fixes:
.The GCC 11 rebased to version 11.2

The GCC has been rebased to version 11.2. Notable changes include:

* Fixed numerous bugs.
Jacob Taylor Valdez 2022-03-31 11:00:00 UTC Doc Text .The GCC 11 rebased to version 11.2

The GCC has been rebased to version 11.2. Notable changes include:

* Fixed numerous bugs.
.GCC 11 rebased to version 11.2

GCC has been rebased to version 11.2.
CC jvaldez
Jacob Taylor Valdez 2022-04-06 08:59:00 UTC Doc Type Rebase: Bug Fixes Only Enhancement
Jacob Taylor Valdez 2022-05-09 15:25:57 UTC Doc Text .GCC 11 rebased to version 11.2

GCC has been rebased to version 11.2.
.Updated GCC Toolset 11

GCC Toolset 11 is a compiler toolset that provides recent versions of development tools. It is available as an Application Stream in the form of a Software Collection in the `AppStream` repository.

Notable changes introduced with RHEL 8.6 include:

* The GCC compiler has been updated to version 11.2.1.

* `annobin` has been updated to version 10.23.


The following tools and versions are provided by GCC Toolset 10:

[options="header"]
|====
| Tool | Version
| GCC | 11.2.1
| GDB | 10.2
| Valgrind | 3.17.0
| SystemTap | 4.5
| Dyninst | 11.0.0
| binutils | 2.36.1
| elfutils | 0.185
| dwz | 0.14
| make | 4.3
| strace | 5.13
| ltrace | 0.7.91
| annobin | 10.23
|====

To install GCC Toolset 11, run the following command as root:

[literal]
----
# yum install gcc-toolset-11
----

To run a tool from GCC Toolset 11:

[literal,subs="quotes"]
----
$ scl enable gcc-toolset-11 __tool__
----

To run a shell session where tool versions from GCC Toolset 11 override system versions of these tools:

[literal]
----
$ scl enable gcc-toolset-11 bash
----

For more information about usage, see link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/developing_c_and_cpp_applications_in_rhel_8/gcc-toolset_toolsets[Using GCC Toolset].

The GCC Toolset 11 components are available in the two container images:

* `rhel8/gcc-toolset-11-toolchain`, which includes the GCC compiler, the GDB debugger, and the `make` automation tool.
* `rhel8/gcc-toolset-11-perftools`, which includes the performance monitoring tools, such as SystemTap and Valgrind.

To pull a container image, run the following command as root:

----
# podman pull registry.redhat.io/<image_name>
----

Note that only the GCC Toolset 11 container images are now supported. Container images of earlier GCC Toolset versions are deprecated.

For details regarding the container images, see link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/developing_c_and_cpp_applications_in_rhel_8/additional-toolsets-for-development_developing-applications#using-the-gcc-toolset-container-images_assembly_additional- toolsets-for-development[Using the GCC Toolset container images].
Lenka Špačková 2022-05-09 16:30:29 UTC Doc Text .Updated GCC Toolset 11

GCC Toolset 11 is a compiler toolset that provides recent versions of development tools. It is available as an Application Stream in the form of a Software Collection in the `AppStream` repository.

Notable changes introduced with RHEL 8.6 include:

* The GCC compiler has been updated to version 11.2.1.

* `annobin` has been updated to version 10.23.


The following tools and versions are provided by GCC Toolset 10:

[options="header"]
|====
| Tool | Version
| GCC | 11.2.1
| GDB | 10.2
| Valgrind | 3.17.0
| SystemTap | 4.5
| Dyninst | 11.0.0
| binutils | 2.36.1
| elfutils | 0.185
| dwz | 0.14
| make | 4.3
| strace | 5.13
| ltrace | 0.7.91
| annobin | 10.23
|====

To install GCC Toolset 11, run the following command as root:

[literal]
----
# yum install gcc-toolset-11
----

To run a tool from GCC Toolset 11:

[literal,subs="quotes"]
----
$ scl enable gcc-toolset-11 __tool__
----

To run a shell session where tool versions from GCC Toolset 11 override system versions of these tools:

[literal]
----
$ scl enable gcc-toolset-11 bash
----

For more information about usage, see link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/developing_c_and_cpp_applications_in_rhel_8/gcc-toolset_toolsets[Using GCC Toolset].

The GCC Toolset 11 components are available in the two container images:

* `rhel8/gcc-toolset-11-toolchain`, which includes the GCC compiler, the GDB debugger, and the `make` automation tool.
* `rhel8/gcc-toolset-11-perftools`, which includes the performance monitoring tools, such as SystemTap and Valgrind.

To pull a container image, run the following command as root:

----
# podman pull registry.redhat.io/<image_name>
----

Note that only the GCC Toolset 11 container images are now supported. Container images of earlier GCC Toolset versions are deprecated.

For details regarding the container images, see link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/developing_c_and_cpp_applications_in_rhel_8/additional-toolsets-for-development_developing-applications#using-the-gcc-toolset-container-images_assembly_additional- toolsets-for-development[Using the GCC Toolset container images].
.Updated GCC Toolset 11

GCC Toolset 11 is a compiler toolset that provides recent versions of development tools. It is available as an Application Stream in the form of a Software Collection in the `AppStream` repository.

Notable changes introduced with RHEL 8.6 include:

* The GCC compiler has been updated to version 11.2.1.

* `annobin` has been updated to version 10.23.


The following tools and versions are provided by GCC Toolset 10:

[options="header"]
|====
| Tool | Version
| GCC | 11.2.1
| GDB | 10.2
| Valgrind | 3.17.0
| SystemTap | 4.5
| Dyninst | 11.0.0
| binutils | 2.36.1
| elfutils | 0.185
| dwz | 0.14
| make | 4.3
| strace | 5.13
| ltrace | 0.7.91
| annobin | 10.23
|====

To install GCC Toolset 11, run the following command as root:

[literal]
----
# yum install gcc-toolset-11
----

To run a tool from GCC Toolset 11:

[literal,subs="quotes"]
----
$ scl enable gcc-toolset-11 __tool__
----

To run a shell session where tool versions from GCC Toolset 11 override system versions of these tools:

[literal]
----
$ scl enable gcc-toolset-11 bash
----

For more information about usage, see link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/developing_c_and_cpp_applications_in_rhel_8/additional-toolsets-for-development_developing-applications#gcc-toolset_assembly_additional-toolsets-for-development[Using GCC Toolset].

The GCC Toolset 11 components are available in the two container images:

* `rhel8/gcc-toolset-11-toolchain`, which includes the GCC compiler, the GDB debugger, and the `make` automation tool.
* `rhel8/gcc-toolset-11-perftools`, which includes the performance monitoring tools, such as SystemTap and Valgrind.

To pull a container image, run the following command as root:

----
# podman pull registry.redhat.io/<image_name>
----

Note that only the GCC Toolset 11 container images are now supported. Container images of earlier GCC Toolset versions are deprecated.

For details regarding the container images, see link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/developing_c_and_cpp_applications_in_rhel_8/additional-toolsets-for-development_developing-applications#using-the-gcc-toolset-container-images_assembly_additional- toolsets-for-development[Using the GCC Toolset container images].
errata-xmlrpc 2022-05-10 00:06:13 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2022-05-10 13:27:11 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2022-05-10 13:27:11 UTC
errata-xmlrpc 2022-05-10 13:27:43 UTC Link ID Red Hat Product Errata RHBA-2022:1761
Mark O'Brien 2023-07-18 14:19:33 UTC Pool ID sst_pt_glibc_rhel_8 sst_pt_gcc_rhel_8

Back to bug 1996862