From 8eebf443734c3167ab94b93c5e9441b3146bc76d Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 8 Sep 2023 22:38:33 +0200 Subject: [PATCH] 13.2.1-2 --- gcc.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc.spec b/gcc.spec index e756a83..1c52856 100644 --- a/gcc.spec +++ b/gcc.spec @@ -866,6 +866,8 @@ so that there cannot be any synchronization problems. %patch -P50 -p0 -b .rh2155127~ touch -r isl-0.24/m4/ax_prog_cxx_for_build.m4 isl-0.24/m4/ax_prog_cc_for_build.m4 +sed -i -e 's/ -fcase / -fcase -Wno-all /' libgm2/*/Makefile.am +sed -i -e 's/ -fcase / -fcase -Wno-all /' libgm2/*/Makefile.in %if 0%{?rhel} >= 9 %patch -P100 -p1 -b .fortran-fdec-duplicates~ @@ -3457,7 +3459,7 @@ end %endif %changelog -* Wed Sep 6 2023 Jakub Jelinek 13.2.1-2 +* Fri Sep 8 2023 Jakub Jelinek 13.2.1-2 - update from releases/gcc-13 branch - PRs c++/92407, c++/106310, c++/106652, c++/109678, c++/109751, c++/110197, c++/110566, c++/110927, debug/111080, fortran/99326, fortran/102109,