From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1E00158013 for ; Thu, 14 Dec 2023 21:23:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A10D2BC014; Thu, 14 Dec 2023 21:23:15 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id E2AC12BC014 for ; Thu, 14 Dec 2023 21:23:14 +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 C2471335D77 for ; Thu, 14 Dec 2023 21:23:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26F63E6B for ; Thu, 14 Dec 2023 21:23:12 +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: <1702588981.8280462977fca22bf0c859ca8427b66ac7e665ab.sam@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 14.0.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 14.0.0/gentoo/76_all_PR112869_cxx.patch 14.0.0/gentoo/README.history X-VCS-Directories: 14.0.0/gentoo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8280462977fca22bf0c859ca8427b66ac7e665ab X-VCS-Branch: master Date: Thu, 14 Dec 2023 21:23:12 +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: 36310820-4a30-4d0d-94e7-344be8807836 X-Archives-Hash: 47985af8c28a1a03a46108624ca6931d commit: 8280462977fca22bf0c859ca8427b66ac7e665ab Author: Sam James gentoo org> AuthorDate: Thu Dec 14 21:23:01 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 14 21:23:01 2023 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=82804629 14.0.0: drop obsolete 76_all_PR112869_cxx.patch Fixed upstream. Signed-off-by: Sam James gentoo.org> 14.0.0/gentoo/76_all_PR112869_cxx.patch | 20 -------------------- 14.0.0/gentoo/README.history | 4 ++++ 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/14.0.0/gentoo/76_all_PR112869_cxx.patch b/14.0.0/gentoo/76_all_PR112869_cxx.patch deleted file mode 100644 index 7ec000b..0000000 --- a/14.0.0/gentoo/76_all_PR112869_cxx.patch +++ /dev/null @@ -1,20 +0,0 @@ -https://gcc.gnu.org/PR112869 (https://gcc.gnu.org/PR112869#c2) -https://gcc.gnu.org/PR112907 ---- a/gcc/cp/cp-gimplify.cc -+++ b/gcc/cp/cp-gimplify.cc -@@ -1177,13 +1177,9 @@ cp_fold_immediate_r (tree *stmt_p, int *walk_subtrees, void *data_) - ? tf_error : tf_none); - const tree_code code = TREE_CODE (stmt); - -- /* No need to look into types or unevaluated operands. -- NB: This affects cp_fold_r as well. */ -+ /* No need to look into types or unevaluated operands. */ - if (TYPE_P (stmt) || unevaluated_p (code) || in_immediate_context ()) -- { -- *walk_subtrees = 0; -- return NULL_TREE; -- } -+ return NULL_TREE; - - tree decl = NULL_TREE; - bool call_p = false; diff --git a/14.0.0/gentoo/README.history b/14.0.0/gentoo/README.history index 4359548..c535708 100644 --- a/14.0.0/gentoo/README.history +++ b/14.0.0/gentoo/README.history @@ -1,3 +1,7 @@ +11 ?? ??? 2023 + + - 76_all_PR112869_cxx.patch + 10 10 Dec 2023 - 75_all_PR112572-missing-notes-update.patch