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

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 73893f69355d52055dd41c7a9241267b019c452d
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2024-06-07T11:06:03+02:00
Stats  : +21/-6 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/73893f69355d52055dd41c7a9241267b019c452d?branch=rhel-f41-base

Log:
14.1.1-5

---
diff --git a/.gitignore b/.gitignore
index d8006cd..c60b5a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,5 @@
 /nvptx-tools-9962793f41e016318dc5eca07ae602041cf526ff.tar.xz
 /gcc-14.1.1-20240508.tar.xz
 /gcc-14.1.1-20240522.tar.xz
+/gcc-14.1.1-20240607.tar.xz
+/nvptx-tools-87ce9dc5999e5fca2e1d3478a30888d9864c9804.tar.xz

diff --git a/gcc.spec b/gcc.spec
index 564d6a7..94e56d9 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,11 +1,11 @@
-%global DATE 20240522
-%global gitrev e6b72839728d26b6a83955eeaef2962cc00308bb
+%global DATE 20240607
+%global gitrev 1de1e03e8bd3490b53f6fe454f7a48ddc1c839f2
 %global gcc_version 14.1.1
 %global gcc_major 14
 # 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 nvptx_tools_gitrev 9962793f41e016318dc5eca07ae602041cf526ff
+%global gcc_release 5
+%global nvptx_tools_gitrev 87ce9dc5999e5fca2e1d3478a30888d9864c9804
 %global newlib_cygwin_gitrev d45261f62a15f8abd94a1031020b9a9f455e4eed
 %global _unpackaged_files_terminate_build 0
 %if 0%{?fedora:1}
@@ -3626,6 +3626,19 @@ end
 %endif
 
 %changelog
+* Fri Jun  7 2024 Jakub Jelinek <jakub@redhat.com> 14.1.1-5
+- update from releases/gcc-14 branch
+  - PRs ada/115270, c/114493, c++/105320, c++/114275, c++/114868, c++/114983,
+	c++/115187, fortran/86100, fortran/115150, libstdc++/109849,
+	libstdc++/111641, libstdc++/114940, libstdc++/115099,
+	libstdc++/115269, libstdc++/115335, middle-end/108789,
+	middle-end/115352, modula2/114886, rtl-optimization/114902,
+	rtl-optimization/115038, rtl-optimization/115092, target/113719,
+	target/115169, target/115297, target/115317, target/115324,
+	tree-optimization/115149, tree-optimization/115192,
+	tree-optimization/115197, tree-optimization/115232,
+	tree-optimization/115307, tree-optimization/115337
+
 * Wed May 22 2024 Jakub Jelinek <jakub@redhat.com> 14.1.1-4
 - update from releases/gcc-14 branch
   - PRs c++/114901, c++/114903, c++/114974, c++/114994, c++/115114,

diff --git a/sources b/sources
index 10e470e..5d32c89 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (gcc-14.1.1-20240522.tar.xz) = 01cff9fc6de1568b90b2c74f5ae21eb1c06b3e3d5361f05482fd981accbfbf64512773930424fdd9411192fc3f8c5d4f63fba6bad13d7ad4fc3d606b60e56d4c
+SHA512 (gcc-14.1.1-20240607.tar.xz) = 3b873c977deebdb33eec0a174bd7eb743834bec5a70676398e8982bb30fad09a820a9c9bc812793cf1a302a7665e09b8212843a4a71e5d01ad911de6d1de5e15
 SHA512 (isl-0.24.tar.bz2) = aab3bddbda96b801d0f56d2869f943157aad52a6f6e6a61745edd740234c635c38231af20bc3f1a08d416a5e973a90e18249078ed8e4ae2f1d5de57658738e95
 SHA512 (newlib-cygwin-d45261f62a15f8abd94a1031020b9a9f455e4eed.tar.xz) = 31bfc19429797236e268e22b752c5abeabb9c0f39b1058634af8dab329b4f028fc72a35888193c9575f6cee5cf2c069669d79fcb4d4e3a4318f57413452f707d
-SHA512 (nvptx-tools-9962793f41e016318dc5eca07ae602041cf526ff.tar.xz) = 97ef04cf721f562f6859b948debf1a2b5a5c7970b60281d3162535669c9173f0e73585650b6798e2844860b08405252db074488418be167a9a0c4883e62f9432
+SHA512 (nvptx-tools-87ce9dc5999e5fca2e1d3478a30888d9864c9804.tar.xz) = 941e763af8601b89f0e4ec48a2d68ae0a8e70ee1e6ba6859394b021ad7bd7d143cc529f3c35c08d7f84e5554980ddcc97cf05b6c4755c2bc36c91161b79e8cea

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

only message in thread, other threads:[~2026-06-29 12:30 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:30 [rpms/gcc] rhel-f41-base: 14.1.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