public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] f44: 16.2.1-1
@ 2026-08-07  9:29 Jakub Jelinek
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-08-07  9:29 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : f44
Commit : 1a52c6782d7534a652605321198e0dc61c5df742
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2026-08-07T11:25:10+02:00
Stats  : +1/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/1a52c6782d7534a652605321198e0dc61c5df742?branch=f44

Log:
16.2.1-1

---
diff --git a/gcc.spec b/gcc.spec
index b3752eb..42c4e02 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -4035,6 +4035,7 @@ end
 	tree-optimization/126547, tree-optimization/126549,
 	tree-optimization/126564, tree-optimization/126576,
 	tree-optimization/126601
+   - fix up s390x ICE on botan (PR target/126667)
 
 * Fri Jul  3 2026 Jakub Jelinek <jakub@redhat.com> 16.1.1-4
 - update from releases/gcc-16 branch

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

* [rpms/gcc] f44: 16.2.1-1
@ 2026-08-07  9:29 Jakub Jelinek
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-08-07  9:29 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : f44
Commit : d1c227762adb90d5dd2a2b826a9ec818c434cf6d
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2026-08-07T11:23:18+02:00
Stats  : +103/-10 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/d1c227762adb90d5dd2a2b826a9ec818c434cf6d?branch=f44

Log:
16.2.1-1

---
diff --git a/.gitignore b/.gitignore
index 2787a08..6134e0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,4 @@
 /gcc-16.1.1-20260501.tar.xz
 /gcc-16.1.1-20260515.tar.xz
 /gcc-16.1.1-20260703.tar.xz
+/gcc-16.2.1-20260807.tar.xz

diff --git a/gcc.spec b/gcc.spec
index 851ae4f..b3752eb 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,10 +1,10 @@
-%global DATE 20260703
-%global gitrev aac23a76ffc9b3a5bd8fcf07ead7c5249f91c457
-%global gcc_version 16.1.1
+%global DATE 20260807
+%global gitrev 25040fb60e95bc8cb8eaa4b6706bd32591d95e7a
+%global gcc_version 16.2.1
 %global gcc_major 16
 # 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 4
+%global gcc_release 1
 %global nvptx_tools_gitrev 212da2e781ed0f9423824e85eb04819958513f7a
 %global newlib_cygwin_gitrev d35cc82b5ec15bb8a5fe0fe11e183d1887992e99
 %global _unpackaged_files_terminate_build 0
@@ -159,7 +159,7 @@
 Summary: Various compilers (C, C++, Objective-C, ...)
 Name: gcc
 Version: %{gcc_version}
-Release: %{gcc_release}%{?dist}.1
+Release: %{gcc_release}%{?dist}
 # License notes for some of the less obvious ones:
 #   gcc/doc/cppinternals.texi: Linux-man-pages-copyleft-2-para
 #   isl: MIT, BSD-2-Clause
@@ -323,6 +323,7 @@ Patch9: gcc16-Wno-format-security.patch
 Patch10: gcc16-rh1574936.patch
 Patch11: gcc16-d-shared-libphobos.patch
 Patch12: gcc16-pr119006.patch
+Patch13: gcc16-pr126667.patch
 
 Patch50: isl-rh2155127.patch
 
@@ -3988,8 +3989,52 @@ end
 %endif
 
 %changelog
-* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 16.1.1-4.1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+* Fri Aug  7 2026 Jakub Jelinek <jakub@redhat.com> 16.2.1-1
+- update from releases/gcc-16 branch
+  - GCC 16.2.0 release
+  - PRs ada/126379, ada/126482, ada/126553, algol68/126330, c/123569,
+	c/125072, c/125604, c/125935, c++/91155, c++/119343, c++/121552,
+	c++/125541, c++/125591, c++/125601, c++/125674, c++/125680,
+	c++/125901, c++/126007, c++/126031, c++/126036, c++/126057,
+	c++/126066, c++/126209, c++/126215, c++/126280, c++/126309,
+	c++/126310, c++/126343, c++/126406, c++/126420, c++/126423,
+	c++/126508, driver/124058, fortran/97592, fortran/125172,
+	fortran/125866, fortran/125998, fortran/126127, fortran/126170,
+	fortran/126210, fortran/126234, fortran/126303, fortran/126386,
+	ipa/124128, ipa/125121, ipa/125207, libfortran/126116, libgcc/123976,
+	libstdc++/122197, libstdc++/123165, libstdc++/124851,
+	libstdc++/124852, libstdc++/124853, libstdc++/124854,
+	libstdc++/125200, libstdc++/126111, lto/125257, middle-end/124637,
+	middle-end/125875, middle-end/126084, middle-end/126341,
+	middle-end/126405, middle-end/126410, middle-end/126447,
+	middle-end/126497, preprocessor/125048, rtl-optimization/125209,
+	rtl-optimization/126184, sanitizer/126307, target/67459, target/96446,
+	target/96530, target/96808, target/97360, target/98872, target/100777,
+	target/101849, target/102976, target/103127, target/104923,
+	target/105116, target/106016, target/106017, target/106833,
+	target/110411, target/119210, target/121957, target/122948,
+	target/123625, target/124364, target/124948, target/126049,
+	target/126054, target/126081, target/126098, target/126148,
+	target/126320, target/126429, target/126438, target/126446,
+	target/126450, target/126484, target/126581, testsuite/112728,
+	testsuite/118407, testsuite/124043, testsuite/124112,
+	testsuite/124361, testsuite/124726, testsuite/126261,
+	tree-optimization/120201, tree-optimization/124663,
+	tree-optimization/125040, tree-optimization/125290,
+	tree-optimization/125296, tree-optimization/125396,
+	tree-optimization/125597, tree-optimization/125668,
+	tree-optimization/125730, tree-optimization/125786,
+	tree-optimization/125953, tree-optimization/126008,
+	tree-optimization/126150, tree-optimization/126171,
+	tree-optimization/126194, tree-optimization/126225,
+	tree-optimization/126257, tree-optimization/126262,
+	tree-optimization/126404, tree-optimization/126457,
+	tree-optimization/126464, tree-optimization/126471,
+	tree-optimization/126476, tree-optimization/126490,
+	tree-optimization/126503, tree-optimization/126504,
+	tree-optimization/126547, tree-optimization/126549,
+	tree-optimization/126564, tree-optimization/126576,
+	tree-optimization/126601
 
 * Fri Jul  3 2026 Jakub Jelinek <jakub@redhat.com> 16.1.1-4
 - update from releases/gcc-16 branch

diff --git a/gcc16-libstdc++-docs.patch b/gcc16-libstdc++-docs.patch
index f971627..65f5a03 100644
--- a/gcc16-libstdc++-docs.patch
+++ b/gcc16-libstdc++-docs.patch
@@ -4,7 +4,7 @@
        <a class="link" href="https://www.fsf.org" target="_top">FSF
        </a>
      </p><p>
-+      Release 16.1.1
++      Release 16.2.1
 +    </p><p>
        Permission is granted to copy, distribute and/or modify this
        document under the terms of the GNU Free Documentation
@@ -17,7 +17,7 @@
  </p><p>
 -  The API documentation, rendered into HTML, can be viewed online
 +  The API documentation, rendered into HTML, can be viewed locally
-+  <a class="link" href="api/index.html" target="_top">for the 16.1.1 release</a>,
++  <a class="link" href="api/index.html" target="_top">for the 16.2.1 release</a>,
 +  online
    <a class="link" href="https://gcc.gnu.org/onlinedocs/" target="_top">for each GCC release</a>
    and

diff --git a/gcc16-pr126667.patch b/gcc16-pr126667.patch
new file mode 100644
index 0000000..f7548f6
--- /dev/null
+++ b/gcc16-pr126667.patch
@@ -0,0 +1,47 @@
+2026-08-06  Jakub Jelinek  <jakub@redhat.com>
+
+	PR target/126667
+	* config/s390/s390.md (usubc<mode>5): If operands[4] is
+	an immediate operand other than const0_rtx, force it into reg
+	before using it in xor<mode>3 insn.
+
+	* gcc.dg/pr126667.c: New test.
+	* gcc.target/s390/pr126667.c: New test.
+
+--- gcc/config/s390/s390.md.jj	2026-08-06 10:24:00.121415450 +0200
++++ gcc/config/s390/s390.md	2026-08-06 13:36:37.344210259 +0200
+@@ -6745,7 +6745,9 @@ (define_expand "usubc<mode>5"
+   else
+     {
+       rtx tmp = gen_reg_rtx (<MODE>mode);
+-      emit_insn (gen_xor<mode>3 (tmp, operands[4], const1_rtx));
++      emit_insn (gen_xor<mode>3 (tmp, CONSTANT_P (operands[4])
++				      ? force_reg (<MODE>mode, operands[4])
++				      : operands[4], const1_rtx));
+       rtx slb_cond = s390_emit_compare (<MODE>mode, LEU, tmp, const0_rtx);
+       emit_insn (gen_sub<mode>3_slb_borrow1_cc (operands[0], operands[2], operands[3], slb_cond));
+     }
+--- gcc/testsuite/gcc.dg/pr126667.c.jj	2026-08-06 13:37:24.743970575 +0200
++++ gcc/testsuite/gcc.dg/pr126667.c	2026-08-06 13:37:18.352048196 +0200
+@@ -0,0 +1,9 @@
++/* PR target/126667 */
++/* { dg-do compile } */
++/* { dg-options "-O2" } */
++
++unsigned long
++foo (unsigned long x, unsigned long y, unsigned long *p)
++{
++  return __builtin_subcl (x, y, 1UL, p);
++}
+--- gcc/testsuite/gcc.target/s390/pr126667.c.jj	2026-08-06 13:37:50.592656684 +0200
++++ gcc/testsuite/gcc.target/s390/pr126667.c	2026-08-06 13:38:11.096407697 +0200
+@@ -0,0 +1,9 @@
++/* PR target/126667 */
++/* { dg-do compile } */
++/* { dg-options "-O2 -march=z14" } */
++
++unsigned long
++foo (unsigned long x, unsigned long y, unsigned long *p)
++{
++  return __builtin_subcl (x, y, 1UL, p);
++}

diff --git a/sources b/sources
index 486241a..6571421 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (gcc-16.1.1-20260703.tar.xz) = a1a3d9f260d2e34004b060b622de276968dc4b5d68e78c7c4990dccd83001a2117457f2d86fdb4f71711b4dc072ee584f2c313557233348664dfa521bc3768f3
+SHA512 (gcc-16.2.1-20260807.tar.xz) = 5bb60a3172a7c2bfe8723e683b3621f8faabe97e1d5b4ef716e63e9a6e92e16870881661d14eb085af5d4bfe72f0a6b3f866479c9d7133957c0b15d78b35bd19
 SHA512 (isl-0.24.tar.bz2) = aab3bddbda96b801d0f56d2869f943157aad52a6f6e6a61745edd740234c635c38231af20bc3f1a08d416a5e973a90e18249078ed8e4ae2f1d5de57658738e95
 SHA512 (newlib-cygwin-d35cc82b5ec15bb8a5fe0fe11e183d1887992e99.tar.xz) = ef9495745a96d1d76f9f425c4a48c807fface36a1aa92351c5d024103678d144d046e8de55d195103784472c14874e29e4b9284d5d6a2e7bb27fd98c8455a881
 SHA512 (nvptx-tools-212da2e781ed0f9423824e85eb04819958513f7a.tar.xz) = 5a5509b0513843254ee2be277e0b8d4733f643b74b98c739e82872181a2c366b9b43de9e5fb505aa1e9967a382da59cab015f63011cbcb5972971f2160870f00

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

end of thread, other threads:[~2026-08-07  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07  9:29 [rpms/gcc] f44: 16.2.1-1 Jakub Jelinek
  -- strict thread matches above, loose matches on Subject: below --
2026-08-07  9: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