RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1789401 - GCC Toolset release note for RHEL 8.2.0
Summary: GCC Toolset release note for RHEL 8.2.0
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: doc-Release_Notes-8-en-US
Version: 8.2
Hardware: Unspecified
OS: Unspecified
medium
unspecified
Target Milestone: rc
: 8.2
Assignee: Lucie Vařáková
QA Contact: RHEL DPM
Oss Tikhomirova
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-01-09 13:53 UTC by Lenka Špačková
Modified: 2020-05-22 10:49 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
.Updated GCC Toolset 9 GCC Toolset 9 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.2 include: * The GCC compiler has been updated to version 9.2.1, which provides many bug fixes and enhancements that are available in upstream GCC. * The GCC Toolset 9 components are now available in the two container images: ** `rhel8/gcc-toolset-9-toolchain`, which includes the GCC compiler, the GDB debugger, and the `make` automation tool. ** `rhel8/gcc-toolset-9-perftools`, which includes the performance monitoring tools, such as SystemTap and Valgrind. + To pull a container image, run the following command as root: + [literal] ---- # podman pull registry.redhat.io/<image_name> ---- The following tools and versions are provided by GCC Toolset 9: [options="header"] |==== | Tool | Version | GCC | 9.2.1 | GDB | 8.3 | Valgrind | 3.15.0 | SystemTap | 4.1 | Dyninst | 10.1.0 | binutils | 2.32 | elfutils | 0.176 | dwz | 0.12 | make | 4.2.1 | strace | 5.1 | ltrace | 0.7.91 | annobin | 9.08 |==== To install GCC Toolset 9, run the following command as root: [literal] ---- # yum install gcc-toolset-9 ---- To run a tool from GCC Toolset 9: [literal,subs="quotes"] ---- $ scl enable gcc-toolset-9 __tool__ ---- To run a shell session where tool versions from GCC Toolset 9 take precedence over system versions of these tools: [literal] ---- $ scl enable gcc-toolset-9 bash ---- For more information, 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].
Clone Of:
Environment:
Last Closed: 2020-05-22 10:49:34 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Note You need to log in before you can comment on or make changes to this bug.