Hide Forgot
Since r12-2560, LSan and TSan are enabled on s390x: libsanitizer/configure.tgt: s390*-*-linux*) if test x$ac_cv_sizeof_void_p = x8; then TSAN_SUPPORTED=yes LSAN_SUPPORTED=yes TSAN_TARGET_DEPENDENT_OBJECTS=tsan_rtl_s390x.lo fi We should consider building them in Fedora (and DTS): --- a/gcc.spec +++ b/gcc.spec @@ -62,12 +62,12 @@ %else %global build_libasan 0 %endif -%ifarch x86_64 ppc64 ppc64le aarch64 +%ifarch x86_64 ppc64 ppc64le aarch64 s390x %global build_libtsan 1 %else %global build_libtsan 0 %endif -%ifarch x86_64 ppc64 ppc64le aarch64 +%ifarch x86_64 ppc64 ppc64le aarch64 s390x %global build_liblsan 1 %else %global build_liblsan 0
Fixed in gcc-12.1.1-3.fc37.
FEDORA-2022-deb2092ec6 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-deb2092ec6
FEDORA-2022-deb2092ec6 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-deb2092ec6` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-deb2092ec6 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2022-deb2092ec6 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report.