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: 7.0.1-0.4
Date: Mon, 29 Jun 2026 12:27:18 GMT [thread overview]
Message-ID: <178273603885.1.1898385020741275191.rpms-gcc-6ed6e5a4c3b1@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 6ed6e5a4c3b129ba34f1fba1a5d3a930dd0b078e
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2017-01-31T12:35:13+01:00
Stats : +0/-20 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/6ed6e5a4c3b129ba34f1fba1a5d3a930dd0b078e?branch=rhel-f41-base
Log:
7.0.1-0.4
---
diff --git a/gcc.spec b/gcc.spec
index d34c270..9d20a47 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -231,7 +231,6 @@ Patch11: gcc7-s390-asan.patch
Patch12: gcc7-pr79197.patch
Patch13: gcc7-pr79232.patch
Patch14: gcc7-pr79288.patch
-Patch15: gcc7-pr79170-workaround.patch
Patch1000: nvptx-tools-no-ptxas.patch
Patch1001: nvptx-tools-build.patch
@@ -823,7 +822,6 @@ package or when debugging this package.
%patch12 -p0 -b .pr79197~
%patch13 -p0 -b .pr79232~
%patch14 -p0 -b .pr79288~
-%patch15 -p0 -b .pr79170-workaround~
cd nvptx-tools-%{nvptx_tools_gitrev}
%patch1000 -p1 -b .nvptx-tools-no-ptxas~
@@ -3251,8 +3249,6 @@ fi
(PR target/79197)
- fix C++ ICE with comma expression on lhs of assignment (PR c++/79232)
- fix default TLS model for C++ non-inline static data members (PR c++/79288)
-- add workaround for powerpc constant size memcmp expansion bug (#1417753,
- PR target/79170)
- libcp1plugin.so added to gcc-gdb-plugin for C++ support
* Sat Jan 28 2017 Jakub Jelinek <jakub@redhat.com> 7.0.1-0.3
diff --git a/gcc7-pr79170-workaround.patch b/gcc7-pr79170-workaround.patch
deleted file mode 100644
index f094ca8..0000000
--- a/gcc7-pr79170-workaround.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-2017-01-31 Jakub Jelinek <jakub@redhat.com>
-
- PR target/79170
- * config/rs6000/rs6000.c (expand_block_compare): Temporarily disable.
-
---- gcc/config/rs6000/rs6000.c.jj 2017-01-31 09:25:59.000000000 +0100
-+++ gcc/config/rs6000/rs6000.c 2017-01-31 10:17:21.131929670 +0100
-@@ -19462,7 +19462,7 @@ expand_block_compare (rtx operands[])
- with carry instructions do not generate the 64-bit
- carry and so we must emit code to calculate it ourselves.
- We choose not to implement this yet. */
-- if (TARGET_32BIT && TARGET_POWERPC64)
-+ if ((TARGET_32BIT && TARGET_POWERPC64) || 1)
- return false;
-
- /* If this is not a fixed size compare, just call memcmp. */
next reply other threads:[~2026-06-29 12:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 12:27 Jakub Jelinek [this message]
2026-06-29 12:27 [rpms/gcc] rhel-f41-base: 7.0.1-0.4 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=178273603885.1.1898385020741275191.rpms-gcc-6ed6e5a4c3b1@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