public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 11.2.1-5
@ 2026-06-29 12:29 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2026-06-29 12:29 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 3659d992cdeb8b5730dbd6f7801d63fd171cf65b
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2021-10-18T19:45:26+02:00
Stats  : +21/-4 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/3659d992cdeb8b5730dbd6f7801d63fd171cf65b?branch=rhel-f41-base

Log:
11.2.1-5

---
diff --git a/.gitignore b/.gitignore
index 8d7c493..d46df6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,3 +51,4 @@
 /gcc-11.2.1-20210728.tar.xz
 /gcc-11.2.1-20210823.tar.xz
 /gcc-11.2.1-20211012.tar.xz
+/gcc-11.2.1-20211018.tar.xz

diff --git a/gcc.spec b/gcc.spec
index 73dbb6f..270490b 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,10 +1,10 @@
-%global DATE 20211012
-%global gitrev 7e514c5f733dbaac439b226e7b3c741a45ee50a1
+%global DATE 20211018
+%global gitrev d6f9b521b3fafab22aa00ff239862bed57fa8dad
 %global gcc_version 11.2.1
 %global gcc_major 11
 # 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 4
+%global gcc_release 5
 %global nvptx_tools_gitrev 5f6f343a302d620b0868edab376c00b15741e39e
 %global newlib_cygwin_gitrev 50e2a63b04bdd018484605fbb954fd1bd5147fa0
 %global _unpackaged_files_terminate_build 0
@@ -1091,8 +1091,10 @@ CONFIGURE_OPTS="\
 	--build=%{gcc_target_platform} \
 %endif
 %if 0%{?fedora} >= 35 || 0%{?rhel} >= 9
+%ifnarch %{arm}
 	--with-build-config=bootstrap-lto --enable-link-serialization=1 \
 %endif
+%endif
 	"
 
 CC="$CC" CXX="$CXX" CFLAGS="$OPT_FLAGS" \
@@ -3146,7 +3148,21 @@ end
 %endif
 
 %changelog
+* Mon Oct 18 2021 Jakub Jelinek <jakub@redhat.com> 11.2.1-5
+- update from releases/gcc-11-branch
+  - PRs fortran/102716, libstdc++/65816, libstdc++/90787, libstdc++/99876,
+	libstdc++/100187, libstdc++/100237, libstdc++/100249,
+	libstdc++/100287, libstdc++/100606, libstdc++/100863,
+	libstdc++/101483, libstdc++/101583, libstdc++/101589,
+	libstdc++/101599, libstdc++/101761, libstdc++/101870,
+	libstdc++/101923, libstdc++/101960, libstdc++/102048,
+	libstdc++/102074, libstdc++/102270, libstdc++/102280,
+	libstdc++/102425, libstdc++/102592, libstdc++/102667,
+	rtl-optimization/102627, target/100340, target/102588
 - add mwaitintrin.h on x86 (#2013860)
+- disable LTO bootstrap on 32-bit arm, 6 days long build and counting
+  isn't acceptable, build boxes don't have enough memory and are too
+  slow
 
 * Tue Oct 12 2021 Jakub Jelinek <jakub@redhat.com> 11.2.1-4
 - update from releases/gcc-11-branch

diff --git a/sources b/sources
index 837dc16..ea09505 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (gcc-11.2.1-20211012.tar.xz) = cfd92e6d147e5f9173d040cadf440eae2b6f0e884270346b33685e4f6a143275ebcbfa39f4888e2cbd7e0dc7c51c0d254de44ec6ca57063f0b41591eb4a58410
+SHA512 (gcc-11.2.1-20211018.tar.xz) = 891705d0b37e3cffb3d092d2292877db01ab42ecb49e443ad747e56881ddc153e8973ec95b9774ced5ee8d4e8c09fd7d33837540abe8dc50bccb6a4824d285c6
 SHA512 (isl-0.18.tar.bz2) = 85d0b40f4dbf14cb99d17aa07048cdcab2dc3eb527d2fbb1e84c41b2de5f351025370e57448b63b2b8a8cf8a0843a089c3263f9baee1542d5c2e1cb37ed39d94
 SHA512 (newlib-cygwin-50e2a63b04bdd018484605fbb954fd1bd5147fa0.tar.xz) = 002a48a7b689a81abbf16161bcaec001a842e67dfbe372e9e109092703bfc666675f16198f60ca429370e8850d564547dc505df81bc3aaca4ce6defbc014ad6c
 SHA512 (nvptx-tools-5f6f343a302d620b0868edab376c00b15741e39e.tar.xz) = f6d10db94fa1570ae0f94df073fa3c73c8e5ee16d59070b53d94f7db0de8a031bc44d7f3f1852533da04b625ce758e022263855ed43cfc6867e0708d001e53c7

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-29 12:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:29 [rpms/gcc] rhel-f41-base: 11.2.1-5 Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox