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.5
Date: Mon, 29 Jun 2026 12:28:35 GMT [thread overview]
Message-ID: <178273611597.1.16208651119421745750.rpms-gcc-b84725ac5262@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : b84725ac52620fc887f578f76e736a4de204f3e2
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2020-01-23T21:05:35+01:00
Stats : +17/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/b84725ac52620fc887f578f76e736a4de204f3e2?branch=rhel-f41-base
Log:
10.0.1-0.5
---
diff --git a/.gitignore b/.gitignore
index 494a188..8ce888f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/newlib-cygwin-50e2a63b04bdd018484605fbb954fd1bd5147fa0.tar.xz
/nvptx-tools-5f6f343a302d620b0868edab376c00b15741e39e.tar.xz
/gcc-10.0.1-20200121.tar.xz
+/gcc-10.0.1-20200123.tar.xz
diff --git a/gcc.spec b/gcc.spec
index 29b2779..f398d51 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,10 +1,10 @@
-%global DATE 20200121
-%global gitrev 0d664c7566fe5bf444420c5333401ac056e1a5d6
+%global DATE 20200123
+%global gitrev 083f4455962cb0f38e406792b5aaa198f77ecc60
%global gcc_version 10.0.1
%global gcc_major 10
# Note, gcc_release must be integer, if you want to add suffixes to
# %%{release}, append them after %%{gcc_release} on Release: line.
-%global gcc_release 0.4
+%global gcc_release 0.5
%global nvptx_tools_gitrev 5f6f343a302d620b0868edab376c00b15741e39e
%global newlib_cygwin_gitrev 50e2a63b04bdd018484605fbb954fd1bd5147fa0
%global _unpackaged_files_terminate_build 0
@@ -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-libcpp-lex-workaround.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 .libcpp-lex-workaround~
echo 'Red Hat %{version}-%{gcc_release}' > gcc/DEV-PHASE
@@ -2980,6 +2978,18 @@ end
%endif
%changelog
+* Thu Jan 23 2020 Jakub Jelinek <jakub@redhat.com> 10.0.1-0.5
+- update from trunk
+ - PRs analyzer/93307, analyzer/93316, analyzer/93352, analyzer/93375,
+ analyzer/93378, analyzer/93382, c++/40752, c++/60855, c++/90732,
+ c++/91476, c++/92804, c++/92907, c++/93324, c++/93331, c++/93345,
+ c/84919, c/93348, fortran/93329, ipa/93315, libstdc++/91947,
+ rtl-optimization/93124, rtl-optimization/93402, target/91298,
+ target/92424, target/9311, target/93119, target/93333, target/93335,
+ target/93341, target/93346, target/93376, testsuite/93391,
+ tree-optimization/92924, tree-optimization/93381
+ - fix ICE in nothrow_spec_p (#1794094, c++/93345)
+
* Tue Jan 21 2020 Jakub Jelinek <jakub@redhat.com> 10.0.1-0.4
- update from trunk
- PRs c++/33799, c++/92536, debug/92763, fortran/44960, fortran/93309,
diff --git a/sources b/sources
index cc3b4a0..7f8eaea 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (gcc-10.0.1-20200121.tar.xz) = da870a96e739a3091392b7f62d7fbe4ceef7d6f49644ca366a9a2918b87b70d859f58b3dccc8a53546b81012f4af9d92a709eed4d94ba137f713a08606a59fb6
+SHA512 (gcc-10.0.1-20200123.tar.xz) = 0f729f71a0538c18c9ad882871abaed82c25d00d9bec6d65fac484cf4d9397308a5a69260c10a5d3e7c461972d102032857cf89951026490bbe2076bc693f892
SHA512 (newlib-cygwin-50e2a63b04bdd018484605fbb954fd1bd5147fa0.tar.xz) = 9ceea0b883185fe489724d54a7e909bb6ed4785fcadf80162033dc6a133e2657337175601278e4155d1f8fac275ff9c8a02572aea876166c608774c809f832e9
SHA512 (nvptx-tools-5f6f343a302d620b0868edab376c00b15741e39e.tar.xz) = f6d10db94fa1570ae0f94df073fa3c73c8e5ee16d59070b53d94f7db0de8a031bc44d7f3f1852533da04b625ce758e022263855ed43cfc6867e0708d001e53c7
reply other threads:[~2026-06-29 12:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178273611597.1.16208651119421745750.rpms-gcc-b84725ac5262@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