public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 14.0.1-0.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 : 564bdfea3fc6f554caf9baec02f8a2803c90ddd7
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2024-02-07T16:19:23+01:00
Stats  : +53/-14 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/564bdfea3fc6f554caf9baec02f8a2803c90ddd7?branch=rhel-f41-base

Log:
14.0.1-0.5

---
diff --git a/.gitignore b/.gitignore
index 71f6a81..ee75e41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /newlib-cygwin-d45261f62a15f8abd94a1031020b9a9f455e4eed.tar.xz
 /gcc-14.0.1-20240125.tar.xz
 /gcc-14.0.1-20240127.tar.xz
+/gcc-14.0.1-20240207.tar.xz

diff --git a/gcc.spec b/gcc.spec
index 09148a9..768d4a5 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,5 +1,5 @@
-%global DATE 20240127
-%global gitrev 97a1e216faf8ad55b025f07bed4940c016a982c3
+%global DATE 20240207
+%global gitrev 0e40195e10a1c63f6b20ea9db0356ed98039480b
 %global gcc_version 14.0.1
 %global gcc_major 14
 # Note, gcc_release must be integer, if you want to add suffixes to
@@ -141,7 +141,7 @@
 Summary: Various compilers (C, C++, Objective-C, ...)
 Name: gcc
 Version: %{gcc_version}
-Release: %{gcc_release}.4%{?dist}
+Release: %{gcc_release}.5%{?dist}
 # libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
 # GCC Runtime Exception.
 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
@@ -321,7 +321,7 @@ Patch100: gcc14-fortran-fdec-duplicates.patch
 %if %{build_go}
 # Avoid stripping these libraries and binaries.
 %global __os_install_post \
-chmod 644 %{buildroot}%{_prefix}/%{_lib}/libgo.so.22.* \
+chmod 644 %{buildroot}%{_prefix}/%{_lib}/libgo.so.23.* \
 chmod 644 %{buildroot}%{_prefix}/bin/go.gcc \
 chmod 644 %{buildroot}%{_prefix}/bin/gofmt.gcc \
 chmod 644 %{buildroot}%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/cgo \
@@ -329,7 +329,7 @@ chmod 644 %{buildroot}%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}
 chmod 644 %{buildroot}%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/test2json \
 chmod 644 %{buildroot}%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/vet \
 %__os_install_post \
-chmod 755 %{buildroot}%{_prefix}/%{_lib}/libgo.so.22.* \
+chmod 755 %{buildroot}%{_prefix}/%{_lib}/libgo.so.23.* \
 chmod 755 %{buildroot}%{_prefix}/bin/go.gcc \
 chmod 755 %{buildroot}%{_prefix}/bin/gofmt.gcc \
 chmod 755 %{buildroot}%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/cgo \
@@ -1685,7 +1685,7 @@ ln -sf ../../../libstdc++.so.6.*[0-9] libstdc++.so
 ln -sf ../../../libgfortran.so.5.* libgfortran.so
 ln -sf ../../../libgomp.so.1.* libgomp.so
 %if %{build_go}
-ln -sf ../../../libgo.so.22.* libgo.so
+ln -sf ../../../libgo.so.23.* libgo.so
 %endif
 %if %{build_libquadmath}
 ln -sf ../../../libquadmath.so.0.* libquadmath.so
@@ -1720,7 +1720,7 @@ ln -sf ../../../../%{_lib}/libstdc++.so.6.*[0-9] libstdc++.so
 ln -sf ../../../../%{_lib}/libgfortran.so.5.* libgfortran.so
 ln -sf ../../../../%{_lib}/libgomp.so.1.* libgomp.so
 %if %{build_go}
-ln -sf ../../../../%{_lib}/libgo.so.22.* libgo.so
+ln -sf ../../../../%{_lib}/libgo.so.23.* libgo.so
 %endif
 %if %{build_libquadmath}
 ln -sf ../../../../%{_lib}/libquadmath.so.0.* libquadmath.so
@@ -1862,8 +1862,8 @@ ln -sf ../`echo ../../../../lib/libgfortran.so.5.* | sed s~/lib/~/lib64/~` 64/li
 ln -sf ../`echo ../../../../lib/libgomp.so.1.* | sed s~/lib/~/lib64/~` 64/libgomp.so
 %if %{build_go}
 rm -f libgo.so
-echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib/libgo.so.22.* | sed 's,^.*libg,libg,'`' )' > libgo.so
-echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libgo.so.22.* | sed 's,^.*libg,libg,'`' )' > 64/libgo.so
+echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib/libgo.so.23.* | sed 's,^.*libg,libg,'`' )' > libgo.so
+echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libgo.so.23.* | sed 's,^.*libg,libg,'`' )' > 64/libgo.so
 %endif
 %if %{build_libquadmath}
 rm -f libquadmath.so
@@ -1979,8 +1979,8 @@ ln -sf ../`echo ../../../../lib64/libgfortran.so.5.* | sed s~/../lib64/~/~` 32/l
 ln -sf ../`echo ../../../../lib64/libgomp.so.1.* | sed s~/../lib64/~/~` 32/libgomp.so
 %if %{build_go}
 rm -f libgo.so
-echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libgo.so.22.* | sed 's,^.*libg,libg,'`' )' > libgo.so
-echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libgo.so.22.* | sed 's,^.*libg,libg,'`' )' > 32/libgo.so
+echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libgo.so.23.* | sed 's,^.*libg,libg,'`' )' > libgo.so
+echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libgo.so.23.* | sed 's,^.*libg,libg,'`' )' > 32/libgo.so
 %endif
 %if %{build_libquadmath}
 rm -f libquadmath.so
@@ -2200,7 +2200,7 @@ chmod 755 %{buildroot}%{_prefix}/%{_lib}/liblsan.so.0.*
 %endif
 %if %{build_go}
 # Avoid stripping these libraries and binaries.
-chmod 644 %{buildroot}%{_prefix}/%{_lib}/libgo.so.22.*
+chmod 644 %{buildroot}%{_prefix}/%{_lib}/libgo.so.23.*
 chmod 644 %{buildroot}%{_prefix}/bin/go.gcc
 chmod 644 %{buildroot}%{_prefix}/bin/gofmt.gcc
 chmod 644 %{buildroot}%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/cgo
@@ -3452,7 +3452,7 @@ end
 %doc rpm.doc/go/*
 
 %files -n libgo
-%attr(755,root,root) %{_prefix}/%{_lib}/libgo.so.22*
+%attr(755,root,root) %{_prefix}/%{_lib}/libgo.so.23*
 %doc rpm.doc/libgo/*
 
 %files -n libgo-devel
@@ -3595,6 +3595,44 @@ end
 %endif
 
 %changelog
+* Wed Feb  7 2024 Jakub Jelinek <jakub@redhat.com> 14.0.1-0.5
+- update from trunk
+  - PRs analyzer/113253, analyzer/113509, analyzer/113654, c++/94231,
+	c++/107291, c++/107594, c++/109359, c++/110006, c++/110084,
+	c++/110358, c++/111286, c++/112437, c++/112439, c++/112737,
+	c++/112769, c++/112846, c++/113451, c++/113531, c++/113544,
+	c++/113638, c++/113640, c++/113644, c++/113788, c/111059, c/111911,
+	c/112571, c/113438, c/113740, debug/103047, debug/113394,
+	debug/113637, fortran/104908, libfortran/111022, libgcc/113337,
+	libgcc/113402, libgcc/113403, libgcc/113604, libstdc++/109203,
+	libstdc++/113309, libstdc++/113335, libstdc++/90276,
+	middle-end/101195, middle-end/110176, middle-end/112917,
+	middle-end/113100, middle-end/113607, middle-end/113622,
+	middle-end/113699, middle-end/113705, middle-end/113722,
+	modula2/111627, modula2/112506, modula2/113730,
+	rtl-optimization/113656, sanitizer/110676, sanitizer/112644,
+	target/38534, target/59778, target/103503, target/105576,
+	target/108933, target/111677, target/112577, target/112861,
+	target/112862, target/112863, target/112864, target/112950,
+	target/113059, target/113249, target/113255, target/113312,
+	target/113560, target/113615, target/113616, target/113623,
+	target/113636, target/113655, target/113657, target/113689,
+	target/113690, target/113697, target/113700, target/113701,
+	target/113763, target/113766, testsuite/113502,
+	tree-optimization/110603, tree-optimization/111268,
+	tree-optimization/111444, tree-optimization/113467,
+	tree-optimization/113568, tree-optimization/113588,
+	tree-optimization/113603, tree-optimization/113614,
+	tree-optimization/113630, tree-optimization/113639,
+	tree-optimization/113659, tree-optimization/113670,
+	tree-optimization/113691, tree-optimization/113692,
+	tree-optimization/113693, tree-optimization/113707,
+	tree-optimization/113731, tree-optimization/113736,
+	tree-optimization/113737, tree-optimization/113750,
+	tree-optimization/113753, tree-optimization/113756,
+	tree-optimization/113759, tree-optimization/113796
+  - fix PCH writing assertion (#2259912)
+
 * Sat Jan 27 2024 Jakub Jelinek <jakub@redhat.com> 14.0.1-0.4
 - update from trunk
   - PRs analyzer/112969, c++/109227, c++/112899, c++/113580, c++/113598,

diff --git a/sources b/sources
index 6042b49..93d2d8f 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (gcc-14.0.1-20240127.tar.xz) = 3a45100039c6b2e0c7f0731dfa942c52badae86895c6ed9d76283dabb365efa00e9808aef9521754359df124c942fcbc700de09b6fdb6a9e7359b43cbbc722d8
+SHA512 (gcc-14.0.1-20240207.tar.xz) = 3088bfd54e746678c3a8c366e5650171ac2029a359d4bbfb23d8bf30228634c1c6ac4bd7187341903eaf16af67ebcac8866ffe1ae3288ddfcc8a5e03fea709ba
 SHA512 (isl-0.24.tar.bz2) = aab3bddbda96b801d0f56d2869f943157aad52a6f6e6a61745edd740234c635c38231af20bc3f1a08d416a5e973a90e18249078ed8e4ae2f1d5de57658738e95
 SHA512 (newlib-cygwin-d45261f62a15f8abd94a1031020b9a9f455e4eed.tar.xz) = 31bfc19429797236e268e22b752c5abeabb9c0f39b1058634af8dab329b4f028fc72a35888193c9575f6cee5cf2c069669d79fcb4d4e3a4318f57413452f707d
 SHA512 (nvptx-tools-c5ad8ada3e86d96b10a9d352b7a764f801478ba6.tar.xz) = 8a5c282852c995fabf75a8d6331db807a1acd935fd82022e00801b798fb850392d03e29cfa4aa7e3d5cfd8f48510e5e25b79a647fbec79c8566792584a0c1c49

^ 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.0.1-0.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