This package contains Thread Sanitizer static runtime library.
Provides
Requires
License
GPL-3.0-or-later AND LGPL-3.0-or-later AND (GPL-3.0-or-later WITH GCC-exception-3.1) AND (GPL-3.0-or-later WITH Texinfo-exception) AND (LGPL-2.1-or-later WITH GCC-exception-2.0) AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (GPL-2.0-or-later WITH GNU-compiler-exception) AND BSL-1.0 AND GFDL-1.3-or-later AND Linux-man-pages-copyleft-2-para AND SunPro AND BSD-1-Clause AND BSD-2-Clause AND BSD-2-Clause-Views AND BSD-3-Clause AND BSD-4-Clause AND BSD-Source-Code AND Zlib AND MIT AND Apache-2.0 AND (Apache-2.0 WITH LLVM-Exception) AND ZPL-2.1 AND ISC AND LicenseRef-Fedora-Public-Domain AND HP-1986 AND curl AND Martin-Birgmeier AND HPND-Markus-Kuhn AND dtoa AND SMLNJ AND AMD-newlib AND OAR AND HPND-merchantability-variant AND HPND-Intel
Changelog
* Mon Aug 24 2026 Eduard Abdullin <eabdullin@almalinux.org> - 16.1.1-4.1.alma.5
- Fix compilation on RISC-V
- Use 32-bit manglings in the libstdc++ nonshared .hidden list (fixes i686)
- Do not assert .hidden on _M_release_last_use_cold, which is not emitted on
riscv64
- Do not assert .hidden on a libstdc++ instantiation that is not emitted below
x86-64-v3 (fixes x86_64_v2)
- Do not assert .hidden on _Sp_counted_ptr<nullptr_t>::_M_dispose, which is not
emitted on riscv64
- Do not assert .hidden on _Sp_counted_base<_S_atomic>::_M_destroy, which is not
emitted on riscv64
- Do not assert .hidden on __to_chars_10_impl<unsigned long>, which is not
emitted on riscv64
- Set --with-arch_64=x86-64-v2 on v2 arch
* Tue Jul 14 2026 Marek Polacek <polacek@redhat.com> 16.1.1-4.1
- fix gating problems
- fix asneeded libraries
- add libgdiagnostics and libgdiagnostics-devel
* Mon Jul 06 2026 Marek Polacek <polacek@redhat.com> 16.1.1-4
- update from releases/gcc-16 branch
- PRs ada/18205, ada/125695, c/124303, c/124532, c/124985, c/125252,
c++/65271, c++/113563, c++/115314, c++/117259, c++/121094, c++/123536,
c++/124584, c++/124978, c++/125007, c++/125123, c++/125135,
c++/125284, c++/125333, c++/125334, c++/125376, c++/125378,
c++/125384, c++/125408, c++/125412, c++/125423, c++/125454,
c++/125490, c++/125498, c++/125745, c++/125759, c++/125764,
c++/125768, c++/125770, c++/125889, c++/125900, c++/125939,
fortran/60576, fortran/105582, fortran/106546, fortran/115260,
fortran/125021, fortran/125051, fortran/125391, fortran/125393,
fortran/125416, fortran/125430, fortran/125481, fortran/125527,
fortran/125528, fortran/125529, fortran/125530, fortran/125531,
fortran/125534, fortran/125535, fortran/125606, fortran/125650,
fortran/125669, fortran/125902, fortran/126018, ipa/125699,
libstdc++/71301, libstdc++/78302, libstdc++/118158, libstdc++/125228,
libstdc++/125312, libstdc++/125369, libstdc++/125374,
libstdc++/125450, libstdc++/125890, libstdc++/125956,
middle-end/125156, middle-end/125621, middle-end/125977, other/125348,
rtl-optimization/125173, rtl-optimization/125375, target/106895,
target/120144, target/120870, target/122665, target/122827,
target/124870, target/124895, target/124908, target/125148,
target/125215, target/125320, target/125351, target/125355,
target/125362, target/125373, target/125409, target/125448,
target/125469, target/125478, target/125611, target/125628,
target/125670, target/125751, target/125752, target/125795,
target/125818, target/125838, target/125883, target/125949,
target/125972, target/125992, tree-optimization/124151,
tree-optimization/125250, tree-optimization/125291,
tree-optimization/125419, tree-optimization/125431,
tree-optimization/125477, tree-optimization/125501,
tree-optimization/125502, tree-optimization/125545,
tree-optimization/125553, tree-optimization/125646,
tree-optimization/125652, tree-optimization/125686,
tree-optimization/125774, tree-optimization/125776
- don't remove openacc tests for s390x and ppc64le (RHEL-181820)
* Wed Jun 17 2026 Marek Polacek <polacek@redhat.com> 16.1.1-3
- new package (RHEL-169581)
* Mon Jun 16 2025 Marek Polacek <polacek@redhat.com> 15.1.1-2.4
- ship libstdc++.modules.json (RHEL-97095)
* Thu Jun 12 2025 Siddhesh Poyarekar <siddhesh@redhat.com> 15.1.1-2.3
- Add AS_NEEDED libstdc++.so.6 when only needed through libstdc++_nonshared
(RHEL-94866)
* Fri Jun 06 2025 Marek Polacek <polacek@redhat.com> 15.1.1-2.2
- configure with --enable-host-pie --enable-host-bind-now (RHEL-95564)
* Wed Jun 04 2025 Marek Polacek <polacek@redhat.com> 15.1.1-2.1
- re-enable annobin-plugin and offload-nvptx
* Wed May 21 2025 Marek Polacek <polacek@redhat.com> 15.1.1-2
- update from releases/gcc-15 branch
- PRs ada/112958, ada/120104, c/120057, c++/119863, c++/119864, c++/119938,
c++/119939, c++/119981, c++/119996, c++/120012, c++/120013,
c++/120023, c++/120125, c++/120161,