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: 10.0.1-0.4
Date: Mon, 29 Jun 2026 12:28:35 GMT	[thread overview]
Message-ID: <178273611505.1.13581867645876488986.rpms-gcc-576d41c1c648@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 576d41c1c648410119dc3a9d3bb79e6504dce6d0
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2020-01-21T14:25:31+01:00
Stats  : +0/-18 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/576d41c1c648410119dc3a9d3bb79e6504dce6d0?branch=rhel-f41-base

Log:
10.0.1-0.4

---
diff --git a/gcc.spec b/gcc.spec
index 3fffd84..346eef5 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -259,7 +259,6 @@ Patch8: gcc10-foffload-default.patch
 Patch9: gcc10-Wno-format-security.patch
 Patch10: gcc10-rh1574936.patch
 Patch11: gcc10-d-shared-libphobos.patch
-Patch12: gcc10-coroutines.patch
 
 # On ARM EABI systems, we do want -gnueabi to be part of the
 # target triple.
@@ -771,7 +770,6 @@ to NVidia PTX capable devices if available.
 %patch10 -p0 -b .rh1574936~
 %endif
 %patch11 -p0 -b .d-shared-libphobos~
-%patch12 -p0 -b .coroutines~
 
 echo 'Red Hat %{version}-%{gcc_release}' > gcc/DEV-PHASE
 

diff --git a/gcc10-coroutines.patch b/gcc10-coroutines.patch
deleted file mode 100644
index 87d3db1..0000000
--- a/gcc10-coroutines.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-2020-01-18  Jakub Jelinek  <jakub@redhat.com>
-
-	* coroutines.cc (get_fn_local_identifier): Fix NO_DOT_IN_LABEL
-	but non-NO_DOLLAR_IN_LABEL case build.
-
---- gcc/cp/coroutines.cc.jj	2020-01-18 13:47:09.318360691 +0100
-+++ gcc/cp/coroutines.cc	2020-01-18 19:05:48.349119608 +0100
-@@ -2252,7 +2252,7 @@ get_fn_local_identifier (tree orig, cons
-   sep = ".";
- #else
- #ifndef NO_DOLLAR_IN_LABEL
--  sep = "$"
-+  sep = "$";
- #else
-   sep = "_";
-   pfx = "__";

             reply	other threads:[~2026-06-29 12:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-29 12:28 Jakub Jelinek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:28 [rpms/gcc] rhel-f41-base: 10.0.1-0.4 Jakub Jelinek
2026-06-29 12:28 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=178273611505.1.13581867645876488986.rpms-gcc-576d41c1c648@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