From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 635A81581FD for ; Sat, 06 Sep 2025 02:42:27 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 48739340D6C for ; Sat, 06 Sep 2025 02:42:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 391A0110379; Sat, 06 Sep 2025 02:42:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2FAE8110379 for ; Sat, 06 Sep 2025 02:42:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC977340D3C for ; Sat, 06 Sep 2025 02:42:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22A6238AE for ; Sat, 06 Sep 2025 02:42:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1757126536.9321ede0c5e71b623e63e7c5595afd85c0ea6d75.sam@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 16.0.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 16.0.0/gentoo/87_all_PR121806-fortran-uninit.patch 16.0.0/gentoo/README.history X-VCS-Directories: 16.0.0/gentoo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9321ede0c5e71b623e63e7c5595afd85c0ea6d75 X-VCS-Branch: master Date: Sat, 06 Sep 2025 02:42:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01670dc0-677f-47bf-a43f-39a269c91a51 X-Archives-Hash: 012c638fb42f63d5a0634dc1dd02be87 commit: 9321ede0c5e71b623e63e7c5595afd85c0ea6d75 Author: Sam James gentoo org> AuthorDate: Sat Sep 6 02:42:16 2025 +0000 Commit: Sam James gentoo 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 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 -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