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] f44: 16.2.1-2
Date: Wed, 19 Aug 2026 08:29:00 GMT	[thread overview]
Message-ID: <178712814018.1.8342695136027212836.rpms-gcc-751f1a1e4dbc@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : f44
Commit : 751f1a1e4dbcefa2345b538165d4b3bad2826c1c
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2026-08-19T10:16:07+02:00
Stats  : +0/-48 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/751f1a1e4dbcefa2345b538165d4b3bad2826c1c?branch=f44

Log:
16.2.1-2

---
diff --git a/gcc.spec b/gcc.spec
index 8d1c857..6018d71 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -323,7 +323,6 @@ 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
 

diff --git a/gcc16-pr126667.patch b/gcc16-pr126667.patch
deleted file mode 100644
index f7548f6..0000000
--- a/gcc16-pr126667.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-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);
-+}

             reply	other threads:[~2026-08-19  8:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-19  8:29 Jakub Jelinek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-08-19  8:28 [rpms/gcc] f44: 16.2.1-2 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=178712814018.1.8342695136027212836.rpms-gcc-751f1a1e4dbc@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