public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 12.1.1-3
@ 2026-06-29 12:29 Jakub Jelinek
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 245908f188c1f1e024c8fe91120555fabeafd018
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2022-06-30T10:33:33+02:00
Stats : +24/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/245908f188c1f1e024c8fe91120555fabeafd018?branch=rhel-f41-base
Log:
12.1.1-3
---
diff --git a/gcc.spec b/gcc.spec
index 1bc47d5..0d2e0db 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,10 +1,10 @@
-%global DATE 20220628
+%global DATE 20220630
%global gitrev 874cb9452c56f1c3b3a7b5bfed93a262504b9856
%global gcc_version 12.1.1
%global gcc_major 12
# Note, gcc_release must be integer, if you want to add suffixes to
# %%{release}, append them after %%{gcc_release} on Release: line.
-%global gcc_release 2
+%global gcc_release 3
%global nvptx_tools_gitrev 5f6f343a302d620b0868edab376c00b15741e39e
%global newlib_cygwin_gitrev 50e2a63b04bdd018484605fbb954fd1bd5147fa0
%global _unpackaged_files_terminate_build 0
@@ -276,6 +276,7 @@ Patch9: gcc12-Wno-format-security.patch
Patch10: gcc12-rh1574936.patch
Patch11: gcc12-d-shared-libphobos.patch
Patch12: gcc12-pr105551.patch
+Patch13: gcc12-libtsan-s390x.patch
Patch100: gcc12-fortran-fdec-duplicates.patch
Patch101: gcc12-fortran-flogical-as-integer.patch
@@ -804,6 +805,7 @@ so that there cannot be any synchronization problems.
%endif
%patch11 -p0 -b .d-shared-libphobos~
%patch12 -p0 -b .pr105551~
+%patch13 -p0 -b .libtsan-s390x~
%if 0%{?rhel} >= 9
%patch100 -p1 -b .fortran-fdec-duplicates~
@@ -3215,6 +3217,9 @@ end
%endif
%changelog
+* Thu Jun 30 2022 Jakub Jelinek <jakub@redhat.com> 12.1.1-3
+- fix up libtsan on s390x
+
* Tue Jun 28 2022 Jakub Jelinek <jakub@redhat.com> 12.1.1-2
- update from releases/gcc-12 branch
- PRs c++/49387, c++/102307, c++/102651, c++/104470, c++/105491, c++/105589,
diff --git a/gcc12-libtsan-s390x.patch b/gcc12-libtsan-s390x.patch
new file mode 100644
index 0000000..4241d43
--- /dev/null
+++ b/gcc12-libtsan-s390x.patch
@@ -0,0 +1,17 @@
+commit r12-8527-g7811663964aa7e31c3939b859bbfa2e16919639f
+Author: Martin Liska <mliska@suse.cz>
+Date: Wed Jun 29 15:28:07 2022 +0200
+
+ libsanitizer: cherry-pick 791e0d1bc85d
+
+ 791e0d1bc85d: [compiler-rt] Add NO_EXEC_STACK_DIRECTIVE on s390x
+ (cherry picked from commit aa87b7541b4c11f59c521154513f844ea6b5c977)
+
+--- libsanitizer/tsan/tsan_rtl_s390x.S
++++ libsanitizer/tsan/tsan_rtl_s390x.S
+@@ -45,3 +45,5 @@ intercept setjmp, _ZN14__interception11real_setjmpE
+ intercept _setjmp, _ZN14__interception12real__setjmpE
+ intercept sigsetjmp, _ZN14__interception14real_sigsetjmpE
+ intercept __sigsetjmp, _ZN14__interception16real___sigsetjmpE
++
++NO_EXEC_STACK_DIRECTIVE
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/gcc] rhel-f41-base: 12.1.1-3
@ 2026-06-29 12:29 Jakub Jelinek
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : c75889d28c552bf69d6cffa171500c845218e6aa
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2022-06-30T10:37:48+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/c75889d28c552bf69d6cffa171500c845218e6aa?branch=rhel-f41-base
Log:
12.1.1-3
---
diff --git a/gcc.spec b/gcc.spec
index 0d2e0db..0de7aa2 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,4 +1,4 @@
-%global DATE 20220630
+%global DATE 20220628
%global gitrev 874cb9452c56f1c3b3a7b5bfed93a262504b9856
%global gcc_version 12.1.1
%global gcc_major 12
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-29 12:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:29 [rpms/gcc] rhel-f41-base: 12.1.1-3 Jakub Jelinek
2026-06-29 12:29 Jakub Jelinek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox