public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rawhide: Merge #72 `Update gcc.spec to include .sum as well as .log files in the uuencoded dejagnu logs in %check`
@ 2026-07-24 15:36 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2026-07-24 15:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rawhide
Commit : 7edfd5d1371bc9141d9599b9fd921d221d98cbb8
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2026-07-24T15:36:30+00:00
Stats  : +287/-20 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/7edfd5d1371bc9141d9599b9fd921d221d98cbb8?branch=rawhide

Log:
Merge #72 `Update gcc.spec to include .sum as well as .log files in the uuencoded dejagnu logs in %check`

---
diff --git a/gcc.spec b/gcc.spec
index e1ed843..851ae4f 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -2649,7 +2649,7 @@ echo ====================TESTING=========================
 %endif
 echo ====================TESTING END=====================
 mkdir testlogs-%{_target_platform}-%{version}-%{release}
-for i in `find . -name \*.log | grep -F testsuite/ | grep -v 'config.log\|acats.*/tests/'`; do
+for i in `find . -name \*.log -o -name \*.sum | grep -F testsuite/ | grep -v 'config.log\|acats.*/tests/'`; do
   ln $i testlogs-%{_target_platform}-%{version}-%{release}/ || :
 done
 tar cf - testlogs-%{_target_platform}-%{version}-%{release} | xz -9e \

diff --git a/.gitignore b/.gitignore
index 5667fe1..2787a08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,11 @@
 /gcc-16.0.1-20260127.tar.xz
 /gcc-16.0.1-20260207.tar.xz
 /gcc-16.0.1-20260209.tar.xz
+/gcc-16.0.1-20260302.tar.xz
+/gcc-16.0.1-20260305.tar.xz
+/gcc-16.0.1-20260321.tar.xz
+/gcc-16.0.1-20260416.tar.xz
+/nvptx-tools-212da2e781ed0f9423824e85eb04819958513f7a.tar.xz
+/gcc-16.1.1-20260501.tar.xz
+/gcc-16.1.1-20260515.tar.xz
+/gcc-16.1.1-20260703.tar.xz

diff --git a/gcc.spec b/gcc.spec
index 80f958e..851ae4f 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,13 +1,14 @@
-%global DATE 20260209
-%global gitrev 84d3ab5b7a17705ce87440bb6aeb491aea5fbbd1
-%global gcc_version 16.0.1
+%global DATE 20260703
+%global gitrev aac23a76ffc9b3a5bd8fcf07ead7c5249f91c457
+%global gcc_version 16.1.1
 %global gcc_major 16
 # 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
-%global nvptx_tools_gitrev a0c1fff6534a4df9fb17937c3c4a4b1071212029
+%global gcc_release 4
+%global nvptx_tools_gitrev 212da2e781ed0f9423824e85eb04819958513f7a
 %global newlib_cygwin_gitrev d35cc82b5ec15bb8a5fe0fe11e183d1887992e99
 %global _unpackaged_files_terminate_build 0
+%global _find_debuginfo_opts --keep-section .a68_exports
 %if 0%{?fedora:1}
 %global _performance_build 1
 # Hardening slows the compiler way too much.
@@ -158,7 +159,7 @@
 Summary: Various compilers (C, C++, Objective-C, ...)
 Name: gcc
 Version: %{gcc_version}
-Release: %{gcc_release}.7%{?dist}
+Release: %{gcc_release}%{?dist}.1
 # License notes for some of the less obvious ones:
 #   gcc/doc/cppinternals.texi: Linux-man-pages-copyleft-2-para
 #   isl: MIT, BSD-2-Clause
@@ -1304,20 +1305,23 @@ CONFIGURE_OPTS="\
 %endif
 %endif
 %ifarch s390 s390x
-%if 0%{?rhel} >= 7
-%if 0%{?rhel} > 7
-%if 0%{?rhel} > 8
+%if 0%{?rhel} >= 11
+	--with-arch=z15 --with-tune=z17 \
+%else
+%if 0%{?rhel} >= 10
+	--with-arch=z14 --with-tune=z16 \
+%else
 %if 0%{?rhel} >= 9
 	--with-arch=z14 --with-tune=z15 \
 %else
-	--with-arch=z13 --with-tune=arch13 \
-%endif
-%else
+%if 0%{?rhel} == 8
 	--with-arch=z13 --with-tune=z14 \
-%endif
 %else
+%if 0%{?rhel} == 7
 	--with-arch=z196 --with-tune=zEC12 \
-%endif
+%else
+%if 0%{?fedora} >= 45
+	--with-arch=z15 --with-tune=z17 \
 %else
 %if 0%{?fedora} >= 38
 	--with-arch=z13 --with-tune=z14 \
@@ -1329,6 +1333,11 @@ CONFIGURE_OPTS="\
 %endif
 %endif
 %endif
+%endif
+%endif
+%endif
+%endif
+%endif
 	--enable-decimal-float \
 %endif
 %ifarch armv7hl
@@ -1860,6 +1869,7 @@ ln -sf ../../../libgcobol.so.2.* libgcobol.so
 %endif
 %if %{build_algol68}
 ln -sf ../../../libga68.so.2.* libga68.so
+objcopy --dump-section .a68_exports=ga68.m68 ../../../libga68.so.2.*
 %endif
 %if %{build_libitm}
 ln -sf ../../../libitm.so.1.* libitm.so
@@ -1907,6 +1917,7 @@ ln -sf ../../../../%{_lib}/libgcobol.so.2.* libgcobol.so
 %endif
 %if %{build_algol68}
 ln -sf ../../../../%{_lib}/libga68.so.2.* libga68.so
+objcopy --dump-section .a68_exports=ga68.m68 ../../../../%{_lib}/libga68.so.2.*
 %endif
 %if %{build_libitm}
 ln -sf ../../../../%{_lib}/libitm.so.1.* libitm.so
@@ -2082,6 +2093,7 @@ echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libgcobol.so.2.* | sed 's,
 rm -f libga68.so
 echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib/libga68.so.2.* | sed 's,^.*libg,libg,'`' )' > libga68.so
 echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libga68.so.2.* | sed 's,^.*libg,libg,'`' )' > 64/libga68.so
+objcopy --dump-section .a68_exports=64/ga68.m68 ../../../../lib/libga68.so.2.*
 %endif
 %if %{build_libitm}
 rm -f libitm.so
@@ -2225,6 +2237,7 @@ echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libgcobol.so.2.* | sed '
 rm -f libga68.so
 echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libga68.so.2.* | sed 's,^.*libg,libg,'`' )' > libga68.so
 echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libga68.so.2.* | sed 's,^.*libg,libg,'`' )' > 32/libga68.so
+objcopy --dump-section .a68_exports=32/ga68.m68 ../../../../lib64/libga68.so.2.*
 %endif
 %if %{build_libitm}
 rm -f libitm.so
@@ -2379,7 +2392,7 @@ for d in . $FULLLSUBDIR; do
   mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/$d
   for f in `find $d -maxdepth 1 -a \
 		\( -name libasan.a -o -name libatomic.a \
-		-o -name libcaf_single.a \
+		-o -name libcaf_single.a -o -name libcaf_shmem.a \
 		-o -name libgcc.a -o -name libgcc_eh.a \
 		-o -name libgcov.a -o -name libgfortran.a \
 		-o -name libgo.a -o -name libgobegin.a \
@@ -3287,6 +3300,7 @@ end
 %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_major}/f951
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgfortran.spec
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libcaf_single.a
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libcaf_shmem.a
 %ifarch sparcv9 sparc64 ppc ppc64 ppc64p7
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libgfortran.a
 %endif
@@ -3294,6 +3308,7 @@ end
 %ifarch sparcv9 ppc
 %dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libcaf_single.a
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libcaf_shmem.a
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libgfortran.a
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libgfortran.so
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/finclude
@@ -3301,6 +3316,7 @@ end
 %ifarch %{multilib_64_archs}
 %dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libcaf_single.a
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libcaf_shmem.a
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libgfortran.a
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libgfortran.so
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/finclude
@@ -3482,15 +3498,18 @@ end
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libga68.a
 %endif
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/libga68.so
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/ga68.m68
 %ifarch sparcv9 ppc
 %dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libga68.a
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/libga68.so
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/64/ga68.m68
 %endif
 %ifarch %{multilib_64_archs}
 %dir %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libga68.a
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/libga68.so
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/32/ga68.m68
 %endif
 %{_infodir}/ga68*
 %doc rpm.doc/algol68/*
@@ -3969,6 +3988,246 @@ end
 %endif
 
 %changelog
+* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 16.1.1-4.1
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+
+* Fri Jul  3 2026 Jakub Jelinek <jakub@redhat.com> 16.1.1-4
+- update from releases/gcc-16 branch
+  - PRs ada/18205, ada/125695, c/124303, c/124532, c/124985, c/125252,
+	c++/65271, c++/113563, c++/115314, c++/117259, c++/121094, c++/123536,
+	c++/124584, c++/124978, c++/125007, c++/125123, c++/125135,
+	c++/125284, c++/125333, c++/125334, c++/125376, c++/125378,
+	c++/125384, c++/125408, c++/125412, c++/125423, c++/125454,
+	c++/125490, c++/125498, c++/125745, c++/125759, c++/125764,
+	c++/125768, c++/125770, c++/125889, c++/125900, c++/125939,
+	fortran/60576, fortran/105582, fortran/106546, fortran/115260,
+	fortran/125021, fortran/125051, fortran/125391, fortran/125393,
+	fortran/125416, fortran/125430, fortran/125481, fortran/125527,
+	fortran/125528, fortran/125529, fortran/125530, fortran/125531,
+	fortran/125534, fortran/125535, fortran/125606, fortran/125650,
+	fortran/125669, fortran/125902, fortran/126018, ipa/125699,
+	libstdc++/71301, libstdc++/78302, libstdc++/118158, libstdc++/125228,
+	libstdc++/125312, libstdc++/125369, libstdc++/125374,
+	libstdc++/125450, libstdc++/125890, libstdc++/125956,
+	middle-end/125156, middle-end/125621, middle-end/125977, other/125348,
+	rtl-optimization/125173, rtl-optimization/125375, target/106895,
+	target/120144, target/120870, target/122665, target/122827,
+	target/124870, target/124895, target/124908, target/125148,
+	target/125215, target/125320, target/125351, target/125355,
+	target/125362, target/125373, target/125409, target/125448,
+	target/125469, target/125478, target/125611, target/125628,
+	target/125670, target/125751, target/125752, target/125795,
+	target/125818, target/125838, target/125883, target/125949,
+	target/125972, target/125992, tree-optimization/124151,
+	tree-optimization/125250, tree-optimization/125291,
+	tree-optimization/125419, tree-optimization/125431,
+	tree-optimization/125477, tree-optimization/125501,
+	tree-optimization/125502, tree-optimization/125545,
+	tree-optimization/125553, tree-optimization/125646,
+	tree-optimization/125652, tree-optimization/125686,
+	tree-optimization/125774, tree-optimization/125776
+
+* Tue May 19 2026 Yaakov Selkowitz <yselkowi@redhat.com> 16.1.1-3
+- increase s390x baselines for RHEL 11
+
+* Fri May 15 2026 Jakub Jelinek <jakub@redhat.com> 16.1.1-2
+- update from releases/gcc-16 branch
+  - PRs ada/125168, ada/125240, c++/100903, c++/115181, c++/124628,
+	c++/124770, c++/124957, c++/124979, c++/124991, c++/125043,
+	c++/125111, c++/125115, c++/125179, c++/125184, c++/125206,
+	c++/125208, c++/125280, c++/125315, d/125089, fortran/111952,
+	fortran/125059, fortran/125192, fortran/125198, libfortran/125095,
+	libstdc++/109965, libstdc++/121919, middle-end/125146,
+	middle-end/125259, rtl-optimization/123967, target/53929,
+	target/120587, target/124316, target/125049, target/125057,
+	target/125155, target/125180, target/125194, target/125308,
+	tree-optimization/120003, tree-optimization/125025,
+	tree-optimization/125153, tree-optimization/125185
+- create and include ga68.m68 files in gcc-algol68 package (#2463921)
+
+* Fri May  1 2026 Jakub Jelinek <jakub@redhat.com> 16.1.1-1
+- update from trunk and releases/gcc-16 branch
+  - GCC 16.1.0 release
+  - PRs ada/107391, ada/107392, ada/124918, ada/125044, c/84717, c++/120502,
+	c++/123879, c++/124582, c++/124632, c++/124706, c++/124756,
+	c++/124855, c++/124910, c++/124926, c++/124927, c++/124944,
+	c++/124950, c++/124953, c++/124973, c++/124981, c++/124989,
+	c++/125035, c++/125096, cobol/119818, d/123411, d/124157, d/124922,
+	fortran/63858, fortran/93329, fortran/93463, fortran/108382,
+	fortran/117077, fortran/120431, ipa/120098, libfortran/120431,
+	libstdc++/112490, libstdc++/119714, libstdc++/124410,
+	libstdc++/124540, libstdc++/124890, libstdc++/125024,
+	libstdc++/125112, middle-end/95551, middle-end/122021,
+	middle-end/124900, middle-end/124971, modula2/120189,
+	preprocessor/124930, rtl-optimization/124643, sanitizer/124248,
+	sanitizer/124969, target/103383, target/124133, target/124933,
+	target/124959, target/124984, target/125117, testsuite/124682,
+	testsuite/124939, tree-optimization/116463, tree-optimization/124909,
+	tree-optimization/124941, tree-optimization/124988,
+	tree-optimization/125019, tree-optimization/125039,
+	tree-optimization/125079
+
+* Thu Apr 16 2026 Jakub Jelinek <jakub@redhat.com> 16.0.1-0.11
+- update from trunk
+  - PRs ada/77535, ada/87170, ada/95452, ada/105212, ada/124596, ada/124606,
+	ada/124607, ada/124836, c/61896, c/123234, c/123424, c/124635,
+	c++/98930, c++/103901, c++/117133, c++/118630, c++/120338, c++/121643,
+	c++/121961, c++/122632, c++/122884, c++/123087, c++/123237,
+	c++/123346, c++/123529, c++/123566, c++/123613, c++/123700,
+	c++/123726, c++/123783, c++/123975, c++/123998, c++/124120,
+	c++/124177, c++/124198, c++/124246, c++/124457, c++/124477,
+	c++/124487, c++/124488, c++/124531, c++/124544, c++/124573,
+	c++/124614, c++/124617, c++/124645, c++/124646, c++/124648,
+	c++/124689, c++/124735, c++/124755, c++/124768, c++/124771,
+	c++/124773, c++/124781, c++/124785, c++/124790, c++/124792,
+	c++/124824, c++/124831, c++/124835, c++/124842, c++/124844,
+	c++/124850, c++/124862, d/88150, debug/94491, debug/124644,
+	fortran/66973, fortran/79330, fortran/79524, fortran/84245,
+	fortran/85352, fortran/93554, fortran/93715, fortran/93814,
+	fortran/94978, fortran/95163, fortran/95879, fortran/96986,
+	fortran/98203, fortran/100155, fortran/100194, fortran/101281,
+	fortran/101760, fortran/102314, fortran/102430, fortran/102619,
+	fortran/103367, fortran/104827, fortran/107425, fortran/109788,
+	fortran/114021, fortran/115315, fortran/119273, fortran/120140,
+	fortran/121185, fortran/124259, fortran/124512, fortran/124567,
+	fortran/124598, fortran/124631, fortran/124652, fortran/124656,
+	fortran/124661, fortran/124666, fortran/124739, fortran/124751,
+	fortran/124780, fortran/124807, gcov-profile/121074, ipa/124700,
+	ipa/124777, libfortran/124543, libgomp/123177, libgomp/124123,
+	libstdc++/124722, lto/124828, middle-end/123635, middle-end/124634,
+	middle-end/124671, middle-end/124697, middle-end/124827,
+	middle-end/124877, modula2/105408, modula2/124081, modula2/124840,
+	other/94182, other/124784, preprocessor/70917,
+	rtl-optimization/124572, rtl-optimization/124649,
+	rtl-optimization/124696, sanitizer/124170, target/69639,
+	target/102309, target/105192, target/107337, target/109116,
+	target/120839, target/122483, target/123102, target/123210,
+	target/123238, target/123852, target/124597, target/124613,
+	target/124670, target/124674, target/124684, target/124704,
+	target/124705, target/124710, target/124712, target/124759,
+	target/124789, target/124818, target/124876, target/124892,
+	target/124897, testsuite/93080, testsuite/113276, testsuite/123135,
+	testsuite/124326, testsuite/124548, testsuite/124849,
+	tree-optimization/88576, tree-optimization/122976,
+	tree-optimization/124597, tree-optimization/124599,
+	tree-optimization/124627, tree-optimization/124677,
+	tree-optimization/124692, tree-optimization/124742,
+	tree-optimization/124743, tree-optimization/124746,
+	tree-optimization/124754, tree-optimization/124802,
+	tree-optimization/124809, tree-optimization/124810,
+	tree-optimization/124826, tree-optimization/124868,
+	tree-optimization/124875, tree-optimization/124891
+
+* Sat Mar 21 2026 Jakub Jelinek <jakub@redhat.com> 16.0.1-0.10
+- update from trunk
+  - PRs ada/107475, ada/120669, ada/124369, ada/124376, algol68/124322,
+	algol68/124372, analyzer/107646, analyzer/124375, analyzer/124433,
+	analyzer/124451, bootstrap/124406, bootstrap/124547, c/97991,
+	c/122866, c/123461, c/123856, c/124230, c++/39057, c++/109521,
+	c++/115852, c++/118482, c++/120039, c++/120285, c++/122559,
+	c++/122786, c++/123618, c++/123622, c++/124118, c++/124145,
+	c++/124154, c++/124200, c++/124297, c++/124307, c++/124309,
+	c++/124311, c++/124331, c++/124388, c++/124389, c++/124390,
+	c++/124397, c++/124399, c++/124404, c++/124417, c++/124425,
+	c++/124431, c++/124440, c++/124447, c++/124456, c++/124459,
+	c++/124466, c++/124472, c++/124474, c++/124478, c++/124483,
+	c++/124485, c++/124489, c++/124493, c++/124494, c++/124496,
+	c++/124575, d/123202, d/124158, driver/69367, driver/69849,
+	fortran/82721, fortran/84779, fortran/93832, fortran/95338,
+	fortran/97818, fortran/102333, fortran/102459, fortran/102596,
+	fortran/103139, fortran/105168, fortran/106946, fortran/110877,
+	fortran/115316, fortran/120286, fortran/120723, fortran/121043,
+	fortran/121743, fortran/122696, fortran/122902, fortran/124161,
+	fortran/124450, fortran/124482, gcov-profile/123923,
+	gcov-profile/124075, ipa/124291, ipa/124462, libfortran/124371,
+	libstdc++/116110, libstdc++/118030, libstdc++/118341,
+	libstdc++/119794, libstdc++/120527, libstdc++/121790,
+	libstdc++/122300, libstdc++/122567, libstdc++/124268,
+	libstdc++/124290, libstdc++/124443, libstdc++/124444,
+	libstdc++/124463, libstdc++/124513, libstdc++/124568,
+	middle-end/120030, middle-end/121159, middle-end/124435,
+	middle-end/124491, middle-end/124552, objc/124260, other/124508,
+	preprocessor/105412, rtl-optimization/121649, rtl-optimization/123094,
+	rtl-optimization/123822, rtl-optimization/124078,
+	rtl-optimization/124439, rtl-optimization/124452,
+	rtl-optimization/124454, rtl-optimization/124476, target/117182,
+	target/122000, target/122925, target/122953, target/123271,
+	target/123749, target/124044, target/124126, target/124333,
+	target/124403, target/124407, target/124409, target/124436,
+	target/124461, target/124565, target/124566, testsuite/112520,
+	testsuite/119930, testsuite/124066, testsuite/124484,
+	translation/124422, tree-optimization/80006, tree-optimization/98064,
+	tree-optimization/120987, tree-optimization/122380,
+	tree-optimization/124037, tree-optimization/124135,
+	tree-optimization/124358, tree-optimization/124528,
+	tree-optimization/124555, tree-optimization/124578
+
+* Thu Mar  5 2026 Jakub Jelinek <jakub@redhat.com> 16.0.1-0.9
+- update from trunk
+  - PRs c/122572, c++/123408, c++/123665, c++/123810, c++/124229, c++/124306,
+	c++/124324, c++/124368, cobol/119456, fortran/124330, ipa/60674,
+	libfortran/124330, libstdc++/117402, libstdc++/119197,
+	libstdc++/122217, libstdc++/124363, middle-end/45273,
+	rtl-optimization/123786, rtl-optimization/124041,
+	rtl-optimization/124351, target/64835, target/124165, target/124315,
+	target/124335, target/124336, target/124341, target/124349,
+	target/124366, target/124367, testsuite/122961, testsuite/124320,
+	testsuite/124359, tree-optimization/119568
+  - fix -flto -g handling of aarch64 AEABI attributes
+    (#2439677, PR target/124365)
+
+* Mon Mar  2 2026 Jakub Jelinek <jakub@redhat.com> 16.0.1-0.8
+- update from trunk
+  - PRs ada/124016, ada/124054, ada/124106, ada/124179, ada/124192,
+	ada/124201, ada/124224, ada/124226, ada/124282, ada/124285,
+	algol68/124028, algol68/124049, algol68/124115, analyzer/108400,
+	analyzer/111099, analyzer/113496, analyzer/117369, analyzer/121928,
+	analyzer/123973, analyzer/123981, analyzer/124055, analyzer/124073,
+	analyzer/124104, analyzer/124116, analyzer/124139, analyzer/124188,
+	analyzer/124195, analyzer/124232, c/87591, c/105555, c/119651,
+	c/123365, c/123472, c/123716, c++/98939, c++/101670, c++/102397,
+	c++/119756, c++/120685, c++/120974, c++/121500, c++/121822,
+	c++/122318, c++/122621, c++/123143, c++/123440, c++/123608,
+	c++/123612, c++/123641, c++/123642, c++/123660, c++/123661,
+	c++/123662, c++/123989, c++/124012, c++/124045, c++/124070,
+	c++/124096, c++/124119, c++/124150, c++/124153, c++/124173,
+	c++/124184, c++/124204, c++/124215, c++/124227, cobol/119455,
+	cobol/121499, cobol/122839, cobol/123238, demangler/106641,
+	diagnostics/122001, diagnostics/124014, fortran/78187, fortran/80012,
+	fortran/88076, fortran/99250, fortran/108663, fortran/120505,
+	fortran/121360, fortran/121429, fortran/122491, fortran/123943,
+	fortran/123947, fortran/123949, fortran/124071, fortran/124080,
+	fortran/124208, fortran/124235, fortran/124286, ipa/122856,
+	ipa/123229, ipa/123629, libfortran/88076, libfortran/123366,
+	libstdc++/105580, libstdc++/113450, libstdc++/119745,
+	libstdc++/121402, libstdc++/121771, libstdc++/123176,
+	libstdc++/123875, libstdc++/123908, libstdc++/123991,
+	libstdc++/124015, libstdc++/124024, libstdc++/124124,
+	middle-end/113436, middle-end/123386, middle-end/124056,
+	middle-end/124250, middle-end/124280, other/88472,
+	rtl-optimization/116053, rtl-optimization/116600,
+	rtl-optimization/120169, rtl-optimization/121191,
+	rtl-optimization/123048, rtl-optimization/123381,
+	rtl-optimization/123994, rtl-optimization/124062,
+	rtl-optimization/124079, target/57261, target/80881, target/112400,
+	target/113453, target/115042, target/119979, target/120233,
+	target/120234, target/120241, target/120888, target/122448,
+	target/123137, target/123195, target/123285, target/123556,
+	target/123624, target/124048, target/124094, target/124098,
+	target/124134, target/124136, target/124138, target/124147,
+	target/124162, target/124167, target/124194, target/124236,
+	target/124294, testsuite/103515, testsuite/115827, testsuite/123191,
+	testsuite/124064, translation/118988, tree-optimization/90036,
+	tree-optimization/95825, tree-optimization/99959,
+	tree-optimization/107690, tree-optimization/110091,
+	tree-optimization/114375, tree-optimization/117935,
+	tree-optimization/121103, tree-optimization/122297,
+	tree-optimization/124038, tree-optimization/124068,
+	tree-optimization/124086, tree-optimization/124099,
+	tree-optimization/124108, tree-optimization/124130,
+	tree-optimization/124132, tree-optimization/124142,
+	tree-optimization/124288
+
 * Mon Feb  9 2026 Jakub Jelinek <jakub@redhat.com> 16.0.1-0.7
 - update from trunk
   - PRs ada/121576, ada/124025, c++/123616, c++/123640, c++/123823,

diff --git a/gcc16-libstdc++-docs.patch b/gcc16-libstdc++-docs.patch
index 7d2d357..f971627 100644
--- a/gcc16-libstdc++-docs.patch
+++ b/gcc16-libstdc++-docs.patch
@@ -4,7 +4,7 @@
        <a class="link" href="https://www.fsf.org" target="_top">FSF
        </a>
      </p><p>
-+      Release 16.0.1
++      Release 16.1.1
 +    </p><p>
        Permission is granted to copy, distribute and/or modify this
        document under the terms of the GNU Free Documentation
@@ -17,7 +17,7 @@
  </p><p>
 -  The API documentation, rendered into HTML, can be viewed online
 +  The API documentation, rendered into HTML, can be viewed locally
-+  <a class="link" href="api/index.html" target="_top">for the 16.0.1 release</a>,
++  <a class="link" href="api/index.html" target="_top">for the 16.1.1 release</a>,
 +  online
    <a class="link" href="https://gcc.gnu.org/onlinedocs/" target="_top">for each GCC release</a>
    and

diff --git a/sources b/sources
index b855a96..486241a 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (gcc-16.0.1-20260209.tar.xz) = 41be5c45664b19d86efa51125897ab133a6612be5e673dd680d08feae5107383e64751dc09d051e5689ef4d89ff71ca7f3cbc9dba433c21b7ccb9459299517a3
+SHA512 (gcc-16.1.1-20260703.tar.xz) = a1a3d9f260d2e34004b060b622de276968dc4b5d68e78c7c4990dccd83001a2117457f2d86fdb4f71711b4dc072ee584f2c313557233348664dfa521bc3768f3
 SHA512 (isl-0.24.tar.bz2) = aab3bddbda96b801d0f56d2869f943157aad52a6f6e6a61745edd740234c635c38231af20bc3f1a08d416a5e973a90e18249078ed8e4ae2f1d5de57658738e95
 SHA512 (newlib-cygwin-d35cc82b5ec15bb8a5fe0fe11e183d1887992e99.tar.xz) = ef9495745a96d1d76f9f425c4a48c807fface36a1aa92351c5d024103678d144d046e8de55d195103784472c14874e29e4b9284d5d6a2e7bb27fd98c8455a881
-SHA512 (nvptx-tools-a0c1fff6534a4df9fb17937c3c4a4b1071212029.tar.xz) = 7f862986065028df70c843fc3f2c89e200a76b48ad0bd51c749ac8a5aab7be0ebdf35be182fad2407b3281615e75be1ac6833ab6a5130ae9920169a0412f94f0
+SHA512 (nvptx-tools-212da2e781ed0f9423824e85eb04819958513f7a.tar.xz) = 5a5509b0513843254ee2be277e0b8d4733f643b74b98c739e82872181a2c366b9b43de9e5fb505aa1e9967a382da59cab015f63011cbcb5972971f2160870f00

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

only message in thread, other threads:[~2026-07-24 15:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-24 15:36 [rpms/gcc] rawhide: Merge #72 `Update gcc.spec to include .sum as well as .log files in the uuencoded dejagnu logs in %check` Jakub Jelinek

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