public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: 12.1.1-3
Date: Mon, 29 Jun 2026 12:29:50 GMT	[thread overview]
Message-ID: <178273619092.1.15327738971542308854.rpms-gcc-245908f188c1@fedoraproject.org> (raw)

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

             reply	other threads:[~2026-06-29 12:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-29 12:29 Jakub Jelinek [this message]
2026-06-29 12:29 [rpms/gcc] rhel-f41-base: 12.1.1-3 Jakub Jelinek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178273619092.1.15327738971542308854.rpms-gcc-245908f188c1@fedoraproject.org \
    --to=jakub@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox