commit: 9321ede0c5e71b623e63e7c5595afd85c0ea6d75 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Sep 6 02:42:16 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Sep 6 02:42:16 2025 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=9321ede0
16.0.0: drop upstreamed patch Signed-off-by: Sam James <sam <AT> gentoo.org> 16.0.0/gentoo/87_all_PR121806-fortran-uninit.patch | 27 ---------------------- 16.0.0/gentoo/README.history | 1 - 2 files changed, 28 deletions(-) diff --git a/16.0.0/gentoo/87_all_PR121806-fortran-uninit.patch b/16.0.0/gentoo/87_all_PR121806-fortran-uninit.patch deleted file mode 100644 index 8b47240..0000000 --- a/16.0.0/gentoo/87_all_PR121806-fortran-uninit.patch +++ /dev/null @@ -1,27 +0,0 @@ -From a3748f8a02ae510d2631fb7db4829efae12733bb Mon Sep 17 00:00:00 2001 -From: Andre Vehreschild <[email protected]> -Date: Thu, 4 Sep 2025 08:20:04 +0200 -Subject: [PATCH] Fix uninitialized variable in frontend. - -gcc/ChangeLog: - - * gcc.cc (for_each_path): Initialize return value. ---- - gcc/gcc.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/gcc/gcc.cc b/gcc/gcc.cc -index 722d42c6968..8da821e92ac 100644 ---- a/gcc/gcc.cc -+++ b/gcc/gcc.cc -@@ -2788,7 +2788,7 @@ for_each_path (const struct path_prefix *paths, - const char *multi_suffix; - const char *just_multi_suffix; - char *path = NULL; -- decltype (callback (nullptr)) ret; -+ decltype (callback (nullptr)) ret = nullptr; - bool skip_multi_dir = false; - bool skip_multi_os_dir = false; - --- -2.51.0 diff --git a/16.0.0/gentoo/README.history b/16.0.0/gentoo/README.history index eeeb65a..5b19927 100644 --- a/16.0.0/gentoo/README.history +++ b/16.0.0/gentoo/README.history @@ -1,7 +1,6 @@ 14 ???? - 91_all_PR121699-mesa.patch - + 87_all_PR121806-fortran-uninit.patch 13 31 August 2025
