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: 9.0.1-0.5
Date: Mon, 29 Jun 2026 12:28:18 GMT [thread overview]
Message-ID: <178273609869.1.16047985076337500385.rpms-gcc-e6073613ef53@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : e6073613ef532d59ed53bfa5471ffe35b376a0ef
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2019-02-15T22:30:07+01:00
Stats : +22/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/e6073613ef532d59ed53bfa5471ffe35b376a0ef?branch=rhel-f41-base
Log:
9.0.1-0.5
---
diff --git a/gcc.spec b/gcc.spec
index ca14258..ab4e98d 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -256,6 +256,7 @@ Patch10: gcc9-rh1574936.patch
Patch11: gcc9-d-shared-libphobos.patch
Patch12: gcc9-pr89014.patch
Patch13: gcc9-pr89093.patch
+Patch14: gcc9-pr89368.patch
Patch1000: nvptx-tools-no-ptxas.patch
Patch1001: nvptx-tools-build.patch
@@ -768,6 +769,7 @@ to NVidia PTX capable devices if available.
%patch11 -p0 -b .d-shared-libphobos~
%patch12 -p0 -b .pr89014~
%patch13 -p0 -b .pr89093~
+%patch14 -p0 -b .pr89368~
cd nvptx-tools-%{nvptx_tools_gitrev}
%patch1000 -p1 -b .nvptx-tools-no-ptxas~
diff --git a/gcc9-pr89368.patch b/gcc9-pr89368.patch
new file mode 100644
index 0000000..7fbd421
--- /dev/null
+++ b/gcc9-pr89368.patch
@@ -0,0 +1,20 @@
+--- gcc/go/gofrontend/wb.cc (revision 268947)
++++ gcc/go/gofrontend/wb.cc (revision 268948)
+@@ -904,7 +904,8 @@ Gogo::check_write_barrier(Block* enclosi
+ ref = Expression::make_unary(OPERATOR_AND, ref, loc);
+ ref = Expression::make_cast(unsafe_pointer_type, ref, loc);
+ ref = Expression::make_cast(puint32_type, ref, loc);
+- ref = Expression::make_unary(OPERATOR_MULT, ref, loc);
++ ref = Expression::make_dereference(ref,
++ Expression::NIL_CHECK_NOT_NEEDED, loc);
+ Expression* zero = Expression::make_integer_ul(0, ref->type(), loc);
+ Expression* cond = Expression::make_binary(OPERATOR_EQEQ, ref, zero, loc);
+
+--- gcc/go/gofrontend/MERGE (revision 268947)
++++ gcc/go/gofrontend/MERGE (revision 268948)
+@@ -1,4 +1,4 @@
+-0563f2d018cdb2cd685c254bac5ceb38396d0a27
++1a74b8a22b2ff7f430729aa87ecb8cea7b5cdd70
+
+ The first line of this file holds the git revision number of the last
+ merge done from the gofrontend repository.
next reply other threads:[~2026-06-29 12:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 12:28 Jakub Jelinek [this message]
2026-06-29 12:28 [rpms/gcc] rhel-f41-base: 9.0.1-0.5 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=178273609869.1.16047985076337500385.rpms-gcc-e6073613ef53@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