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: 4.7.0-6
Date: Mon, 29 Jun 2026 12:25:25 GMT [thread overview]
Message-ID: <178273592514.1.17982788386595851754.rpms-gcc-23fc385ac6b7@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 23fc385ac6b7e9fae161487502bc8f7c3b75b8d4
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2012-05-25T20:29:45+02:00
Stats : +13/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/23fc385ac6b7e9fae161487502bc8f7c3b75b8d4?branch=rhel-f41-base
Log:
4.7.0-6
---
diff --git a/gcc.spec b/gcc.spec
index 47005da..1102495 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -175,6 +175,7 @@ Patch13: gcc47-no-add-needed.patch
Patch14: gcc47-ppl-0.10.patch
Patch15: gcc47-libitm-fno-exceptions.patch
Patch16: gcc47-pr53438.patch
+Patch17: gcc47-libgo-r187890.patch
Patch1000: fastjar-0.97-segfault.patch
Patch1001: fastjar-0.97-len1.patch
@@ -677,6 +678,7 @@ package or when debugging this package.
%endif
%patch15 -p0 -b .libitm-fno-exceptions~
%patch16 -p0 -b .pr53438~
+%patch17 -p0 -b .libgo-r187890~
%if 0%{?_enable_debug_packages}
cat > split-debuginfo.sh <<\EOF
diff --git a/gcc47-libgo-r187890.patch b/gcc47-libgo-r187890.patch
new file mode 100644
index 0000000..a061979
--- /dev/null
+++ b/gcc47-libgo-r187890.patch
@@ -0,0 +1,11 @@
+--- libgo/runtime/print.c (revision 187889)
++++ libgo/runtime/print.c (revision 187890)
+@@ -136,7 +136,7 @@ void
+ runtime_printpc(void *p __attribute__ ((unused)))
+ {
+ runtime_prints("PC=");
+- runtime_printhex((uint64)runtime_getcallerpc(p));
++ runtime_printhex((uint64)(uintptr)runtime_getcallerpc(p));
+ }
+
+ void
next reply other threads:[~2026-06-29 12:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 12:25 Jakub Jelinek [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:25 [rpms/gcc] rhel-f41-base: 4.7.0-6 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=178273592514.1.17982788386595851754.rpms-gcc-23fc385ac6b7@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