| Name: | gcc-toolset-12-libasan-devel | 
|---|---|
| Version: | 12.2.1 | 
| Release: | 7.6.0.1.el9_4 | 
| Architecture: | aarch64 | 
| Group: | Unspecified | 
| Size: | 3198272 | 
| License: | GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD | 
| RPM: | gcc-toolset-12-libasan-devel-12.2.1-7.6.0.1.el9_4.aarch64.rpm | 
| Source RPM: | gcc-toolset-12-gcc-12.2.1-7.6.0.1.el9_4.src.rpm | 
| Build Date: | Fri May 03 2024 | 
| Build Host: | build-ol9-aarch64.oracle.com | 
| Vendor: | Oracle America | 
| URL: | http://gcc.gnu.org | 
| Summary: | The Address Sanitizer static library | 
| Description: | This package contains Address Sanitizer static runtime library.  | 
- Forward-port Oracle patches to 12.2.1-7.6.
  - Reviewed by: Cupertino Miranda <cupertino.miranda@oracle.com>
  Oracle history:
  August-31-2023 Qing Zhao <qing.zhao@oracle.com> 12.2.1-7.4.0.2
  - CVE-2023-4039 GCC mitigation.
    Orabug 35751965.
  - CVE-2022-40982 "Intel Downfall" mitigation.
    Orabug 35751972.
    Add two patches originally from GCC upstream releases/gcc-11 branch.
    gcc12-downfall-disable-gather-in-vec.patch
    gcc12-downfall-support-mno-gather.patch
  - Introduce 'oracle_release' into .spec file. Echo it to gcc/DEV-PHASE.
  - bump NVR (RHEL-30832)
- fix conditions for using memcmp in std::lexicographical_compare_three_way (PR libstdc++/113960, RHEL-30832)
- avoid fma_chain for -march=alderlake and sapphirerapids (#2168919)
- provide libexec/ symlinks on all RHELs (#2164262)
- build libisl.so with -g (#2154936)
- apply an ISL patch (#2154936)
- Fixed run-time requirement for annobin plugin. (#2151927)
- Build the annobin plugin. Call it gts-gcc-annobin.so. (#2151927)
- update from releases/gcc-12 branch (#2110583) - fix up std::from_chars behavior in rounding modes other than FE_TONEAREST (PR libstdc++/107468)