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: 13.0.1-0.16
Date: Mon, 29 Jun 2026 12:30:14 GMT [thread overview]
Message-ID: <178273621404.1.14125083137200090435.rpms-gcc-e31a1bddc055@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : e31a1bddc0554b632b7fa2ee587e387c3ef9f6c2
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2023-04-21T14:51:27+02:00
Stats : +10/-10 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/e31a1bddc0554b632b7fa2ee587e387c3ef9f6c2?branch=rhel-f41-base
Log:
13.0.1-0.16
---
diff --git a/gcc13-pr109583.patch b/gcc13-pr109583.patch
index 537ca34..1eb3708 100644
--- a/gcc13-pr109583.patch
+++ b/gcc13-pr109583.patch
@@ -8,16 +8,16 @@
--- gcc/match.pd.jj 2023-04-18 11:01:38.867871375 +0200
+++ gcc/match.pd 2023-04-21 13:26:01.250166206 +0200
-@@ -8103,7 +8103,8 @@ and,
- poly_uint64 wide_nunits;
- scalar_mode inner_mode = GET_MODE_INNER (vec_mode);
- }
-- (if (sel.series_p (0, 2, 0, 2)
-+ (if (VECTOR_MODE_P (vec_mode)
-+ && sel.series_p (0, 2, 0, 2)
- && sel.series_p (1, 2, nelts + 1, 2)
- && GET_MODE_2XWIDER_MODE (inner_mode).exists (&wide_elt_mode)
- && multiple_p (GET_MODE_NUNITS (vec_mode), 2, &wide_nunits)
+@@ -8095,7 +8095,8 @@ and,
+ poly_uint64 wide_nunits;
+ scalar_mode inner_mode = GET_MODE_INNER (vec_mode);
+ }
+- (if (sel.series_p (0, 2, 0, 2)
++ (if (VECTOR_MODE_P (vec_mode)
++ && sel.series_p (0, 2, 0, 2)
+ && sel.series_p (1, 2, nelts + 1, 2)
+ && GET_MODE_2XWIDER_MODE (inner_mode).exists (&wide_elt_mode)
+ && multiple_p (GET_MODE_NUNITS (vec_mode), 2, &wide_nunits)
--- gcc/testsuite/gcc.dg/pr109583.c.jj 2023-04-21 13:28:36.462911138 +0200
+++ gcc/testsuite/gcc.dg/pr109583.c 2023-04-21 13:28:06.746342736 +0200
@@ -0,0 +1,25 @@
next reply other threads:[~2026-06-29 12:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 12:30 Jakub Jelinek [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:30 [rpms/gcc] rhel-f41-base: 13.0.1-0.16 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=178273621404.1.14125083137200090435.rpms-gcc-e31a1bddc055@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