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: 5.0.0-0.15
Date: Mon, 29 Jun 2026 12:26:40 GMT [thread overview]
Message-ID: <178273600050.1.17547469331509777077.rpms-gcc-e22880b36de1@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : e22880b36de1492872d80a4c008c8132fc38ccb6
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2015-02-17T12:36:38+01:00
Stats : +3/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/e22880b36de1492872d80a4c008c8132fc38ccb6?branch=rhel-f41-base
Log:
5.0.0-0.15
---
diff --git a/gcc5-pr32219-revert.patch b/gcc5-pr32219-revert.patch
index 6bc37a2..8cbae7b 100644
--- a/gcc5-pr32219-revert.patch
+++ b/gcc5-pr32219-revert.patch
@@ -45,7 +45,7 @@ Revert:
optimizing and when not doing toplevel reoder. */
--- gcc/varasm.c (revision 220674)
+++ gcc/varasm.c (revision 220673)
-@@ -6802,96 +6802,97 @@ resolution_local_p (enum ld_plugin_symbo
+@@ -6802,97 +6802,97 @@ resolution_local_p (enum ld_plugin_symbo
|| resolution == LDPR_RESOLVED_EXEC);
}
@@ -121,7 +121,8 @@ Revert:
- bool defined_locally = false;
- if (symtab_node *node = symtab_node::get (exp))
- {
-- if (node->definition || node->in_other_partition)
+- if ((node->definition && !DECL_EXTERNAL (node->decl))
+- || node->in_other_partition)
- {
- defined_locally = true;
- resolved_locally = (weak_dominate && !shlib);
next reply other threads:[~2026-06-29 12:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 12:26 Jakub Jelinek [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:26 [rpms/gcc] rhel-f41-base: 5.0.0-0.15 Jakub Jelinek
2026-06-29 12:26 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=178273600050.1.17547469331509777077.rpms-gcc-e22880b36de1@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