public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 12.1.1-2
@ 2026-06-29 12:29 Jakub Jelinek
  0 siblings, 0 replies; 3+ 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 : b2315f360e31631b87e283ddfb11a9b4365e3117
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2022-06-28T21:07:05+02:00
Stats  : +31/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/b2315f360e31631b87e283ddfb11a9b4365e3117?branch=rhel-f41-base

Log:
12.1.1-2

---
diff --git a/gcc.spec b/gcc.spec
index 910f7fe..1bc47d5 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -275,6 +275,7 @@ Patch8: gcc12-no-add-needed.patch
 Patch9: gcc12-Wno-format-security.patch
 Patch10: gcc12-rh1574936.patch
 Patch11: gcc12-d-shared-libphobos.patch
+Patch12: gcc12-pr105551.patch
 
 Patch100: gcc12-fortran-fdec-duplicates.patch
 Patch101: gcc12-fortran-flogical-as-integer.patch
@@ -802,6 +803,7 @@ so that there cannot be any synchronization problems.
 %patch10 -p0 -b .rh1574936~
 %endif
 %patch11 -p0 -b .d-shared-libphobos~
+%patch12 -p0 -b .pr105551~
 
 %if 0%{?rhel} >= 9
 %patch100 -p1 -b .fortran-fdec-duplicates~
@@ -3238,6 +3240,7 @@ end
 	tree-optimization/105940
 - enable tsan and lsan on s390x (#2101610)
 - trim RHEL fortran patches
+- fix nvptx build (PRs bootstrap/105551, target/105938)
 
 * Sat May  7 2022 Jakub Jelinek <jakub@redhat.com> 12.1.1-1
 - update from releases/gcc-12 branch

diff --git a/gcc12-pr105551.patch b/gcc12-pr105551.patch
new file mode 100644
index 0000000..ce8be26
--- /dev/null
+++ b/gcc12-pr105551.patch
@@ -0,0 +1,28 @@
+2022-05-11  Richard Biener  <rguenther@suse.de>
+
+	PR bootstrap/105551
+	* opts.cc (finish_options): Also disable var-tracking if
+	!DWARF2_DEBUGGING_INFO.
+
+--- gcc/opts.cc
++++ gcc/opts.cc
+@@ -1334,11 +1334,15 @@ finish_options (struct gcc_options *opts, struct gcc_options *opts_set,
+ 	      || opts->x_flag_selective_scheduling2));
+ 
+   /* We know which debug output will be used so we can set flag_var_tracking
+-     and flag_var_tracking_uninit if the user has not specified them.  Note
+-     we have not yet initialized debug_hooks so we might uselessly run
+-     var-tracking on targets without var_location debug hook support.  */
++     and flag_var_tracking_uninit if the user has not specified them.  */
+   if (opts->x_debug_info_level < DINFO_LEVEL_NORMAL
+-      || !dwarf_debuginfo_p (opts))
++      || !dwarf_debuginfo_p (opts)
++      /* We have not yet initialized debug hooks so match that to check
++	 whether we're only doing DWARF2_LINENO_DEBUGGING_INFO.  */
++#ifndef DWARF2_DEBUGGING_INFO
++      || true
++#endif
++     )
+     {
+       if ((opts_set->x_flag_var_tracking && opts->x_flag_var_tracking == 1)
+ 	  || (opts_set->x_flag_var_tracking_uninit

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [rpms/gcc] rhel-f41-base: 12.1.1-2
@ 2026-06-29 12:29 Jakub Jelinek
  0 siblings, 0 replies; 3+ 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 : 200ab99d3079a784d0bee7bcaf37fb566eddfe8d
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2022-06-28T19:03:14+02:00
Stats  : +8/-18 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/200ab99d3079a784d0bee7bcaf37fb566eddfe8d?branch=rhel-f41-base

Log:
12.1.1-2

---
diff --git a/gcc.spec b/gcc.spec
index b429d62..910f7fe 100644
--- 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
@@ -278,14 +278,8 @@ Patch11: gcc12-d-shared-libphobos.patch
 
 Patch100: gcc12-fortran-fdec-duplicates.patch
 Patch101: gcc12-fortran-flogical-as-integer.patch
-Patch102: gcc12-fortran-fdec-ichar.patch
-Patch103: gcc12-fortran-fdec-non-integer-index.patch
-Patch104: gcc12-fortran-fdec-old-init.patch
-Patch105: gcc12-fortran-fdec-override-kind.patch
-Patch106: gcc12-fortran-fdec-non-logical-if.patch
-Patch107: gcc12-fortran-fdec-promotion.patch
-Patch108: gcc12-fortran-fdec-sequence.patch
-Patch109: gcc12-fortran-fdec-add-missing-indexes.patch
+Patch102: gcc12-fortran-fdec-override-kind.patch
+Patch103: gcc12-fortran-fdec-non-logical-if.patch
 
 # On ARM EABI systems, we do want -gnueabi to be part of the
 # target triple.
@@ -812,14 +806,8 @@ so that there cannot be any synchronization problems.
 %if 0%{?rhel} >= 9
 %patch100 -p1 -b .fortran-fdec-duplicates~
 %patch101 -p1 -b .fortran-flogical-as-integer~
-%patch102 -p1 -b .fortran-fdec-ichar~
-%patch103 -p1 -b .fortran-fdec-non-integer-index~
-%patch104 -p1 -b .fortran-fdec-old-init~
-%patch105 -p1 -b .fortran-fdec-override-kind~
-%patch106 -p1 -b .fortran-fdec-non-logical-if~
-%patch107 -p1 -b .fortran-fdec-promotion~
-%patch108 -p1 -b .fortran-fdec-sequence~
-%patch109 -p1 -b .fortran-fdec-add-missing-indexes~
+%patch102 -p1 -b .fortran-fdec-override-kind~
+%patch103 -p1 -b .fortran-fdec-non-logical-if~
 %endif
 
 %ifarch %{arm}
@@ -3248,6 +3236,8 @@ end
 	tree-optimization/105618, tree-optimization/105726,
 	tree-optimization/105736, tree-optimization/105786,
 	tree-optimization/105940
+- enable tsan and lsan on s390x (#2101610)
+- trim RHEL fortran patches
 
 * Sat May  7 2022 Jakub Jelinek <jakub@redhat.com> 12.1.1-1
 - update from releases/gcc-12 branch

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [rpms/gcc] rhel-f41-base: 12.1.1-2
@ 2026-06-29 12:29 Jakub Jelinek
  0 siblings, 0 replies; 3+ 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 : 4910c83f42e04cf7c04621a4ca427fa555974bcb
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2022-06-28T18:39:38+02:00
Stats  : +29/-4 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/4910c83f42e04cf7c04621a4ca427fa555974bcb?branch=rhel-f41-base

Log:
12.1.1-2

---
diff --git a/.gitignore b/.gitignore
index 03956d0..2111c26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,3 +72,4 @@
 /gcc-12.0.1-20220413.tar.xz
 /gcc-12.0.1-20220429.tar.xz
 /gcc-12.1.1-20220507.tar.xz
+/gcc-12.1.1-20220628.tar.xz

diff --git a/gcc.spec b/gcc.spec
index 049b7f4..b429d62 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,10 +1,10 @@
-%global DATE 20220507
-%global gitrev fa107326a13af9a7d7aa0df28fe364db0f6fb171
+%global DATE 20220628
+%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 1
+%global gcc_release 2
 %global nvptx_tools_gitrev 5f6f343a302d620b0868edab376c00b15741e39e
 %global newlib_cygwin_gitrev 50e2a63b04bdd018484605fbb954fd1bd5147fa0
 %global _unpackaged_files_terminate_build 0
@@ -3225,6 +3225,30 @@ end
 %endif
 
 %changelog
+* 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,
+	c++/105623, c++/105652, c++/105655, c++/105725, c++/105734,
+	c++/105756, c++/105761, c++/105779, c++/105795, c++/105852,
+	c++/105871, c++/105885, c++/105908, c++/105925, c++/105931,
+	c++/105964, c++/106001, c/105635, d/105544, fortran/105230,
+	gcov-profile/105535, ipa/100413, ipa/105600, ipa/105639, ipa/105739,
+	libgomp/105745, libgomp/106045, libstdc++/104731, libstdc++/105284,
+	libstdc++/105671, libstdc++/105681, middle-end/105537,
+	middle-end/105604, middle-end/105711, middle-end/105951,
+	middle-end/105998, middle-end/106030, other/105527,
+	preprocessor/105732, rtl-optimization/105455, rtl-optimization/105559,
+	rtl-optimization/105577, sanitizer/105714, sanitizer/105729,
+	target/101891, target/104871, target/105162, target/105209,
+	target/105292, target/105472, target/105556, target/105599,
+	target/105854, target/105879, target/105953, target/105960,
+	target/105970, target/105981, target/106096, tree-optimization/103116,
+	tree-optimization/105431, tree-optimization/105458,
+	tree-optimization/105528, tree-optimization/105562,
+	tree-optimization/105618, tree-optimization/105726,
+	tree-optimization/105736, tree-optimization/105786,
+	tree-optimization/105940
+
 * Sat May  7 2022 Jakub Jelinek <jakub@redhat.com> 12.1.1-1
 - update from releases/gcc-12 branch
   - GCC 12.1 release

diff --git a/sources b/sources
index 3588ec2..1e697bc 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (gcc-12.1.1-20220507.tar.xz) = 6c978a58820ad24b2aeb03d579782de1b0e76ade509b6f2e38ebd773565d1b9afd968c99b26db399416e7aa8bdd068631bc3d3b7eff3d41e734ca3764337b8e2
+SHA512 (gcc-12.1.1-20220628.tar.xz) = e047dd9500dccbdc1fb8f26e5fc1f1b03eaf63b5c04344f9b7a23e1467a397b1eabcb49e344be06b6881505be584c85e123ce294b5f5605fcb5a6740dabba383
 SHA512 (isl-0.18.tar.bz2) = 85d0b40f4dbf14cb99d17aa07048cdcab2dc3eb527d2fbb1e84c41b2de5f351025370e57448b63b2b8a8cf8a0843a089c3263f9baee1542d5c2e1cb37ed39d94
 SHA512 (newlib-cygwin-50e2a63b04bdd018484605fbb954fd1bd5147fa0.tar.xz) = 002a48a7b689a81abbf16161bcaec001a842e67dfbe372e9e109092703bfc666675f16198f60ca429370e8850d564547dc505df81bc3aaca4ce6defbc014ad6c
 SHA512 (nvptx-tools-5f6f343a302d620b0868edab376c00b15741e39e.tar.xz) = f6d10db94fa1570ae0f94df073fa3c73c8e5ee16d59070b53d94f7db0de8a031bc44d7f3f1852533da04b625ce758e022263855ed43cfc6867e0708d001e53c7

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-06-29 12:29 UTC | newest]

Thread overview: 3+ 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-2 Jakub Jelinek
  -- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:29 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