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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66FB21584F2 for ; Fri, 14 Mar 2025 14:46:49 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4A091343007 for ; Fri, 14 Mar 2025 14:46:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 477051103C7; Fri, 14 Mar 2025 14:46:48 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3B2481103C7 for ; Fri, 14 Mar 2025 14:46:48 +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 CCEFB343007 for ; Fri, 14 Mar 2025 14:46:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 332411772 for ; Fri, 14 Mar 2025 14:46:46 +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: <1741963603.b9beff3cec9cc2874fb8f6c9ac24648d7f44a06d.sam@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 15.0.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 15.0.0/gentoo/77_all_PR119287-linux.patch 15.0.0/gentoo/README.history X-VCS-Directories: 15.0.0/gentoo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b9beff3cec9cc2874fb8f6c9ac24648d7f44a06d X-VCS-Branch: master Date: Fri, 14 Mar 2025 14:46:46 +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: dfa89912-87b0-401b-b396-5c4b8a813c2c X-Archives-Hash: 8082acfbf30c1cbd13e54dfffb9fd4fd commit: b9beff3cec9cc2874fb8f6c9ac24648d7f44a06d Author: Sam James gentoo org> AuthorDate: Fri Mar 14 14:46:33 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 14 14:46:43 2025 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=b9beff3c 15.0.0: drop upstream patch Signed-off-by: Sam James gentoo.org> 15.0.0/gentoo/77_all_PR119287-linux.patch | 28 ---------------------------- 15.0.0/gentoo/README.history | 1 - 2 files changed, 29 deletions(-) diff --git a/15.0.0/gentoo/77_all_PR119287-linux.patch b/15.0.0/gentoo/77_all_PR119287-linux.patch deleted file mode 100644 index 916edfa..0000000 --- a/15.0.0/gentoo/77_all_PR119287-linux.patch +++ /dev/null @@ -1,28 +0,0 @@ -From f58aa2cfa49c226f7233995e5359954512ee97c0 Mon Sep 17 00:00:00 2001 -Message-ID: -From: Sam James -Date: Fri, 14 Mar 2025 13:36:44 +0000 -Subject: [PATCH] PR119287 - ---- - gcc/match.pd | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/gcc/match.pd b/gcc/match.pd -index 89612d1b15b6..98f637373242 100644 ---- a/gcc/match.pd -+++ b/gcc/match.pd -@@ -5284,7 +5284,7 @@ DEFINE_INT_AND_FLOAT_ROUND_FN (RINT) - || tree_int_cst_sgn (@2) >= 0) - && wi::to_wide (@3) == wi::set_bit_in_zero (shift, prec)) - (with { auto mask = wide_int::from (wi::to_wide (@2), prec, UNSIGNED); } -- (bit_and @0 { wide_int_to_tree (type, mask << shift); })))))) -+ (bit_and (convert @0) { wide_int_to_tree (type, mask << shift); })))))) - - /* ~(~X >> Y) -> X >> Y (for arithmetic shift). */ - (simplify - -base-commit: 5abe571e0276fafcc6eed27c27abb28943e67c6f --- -2.48.1 - diff --git a/15.0.0/gentoo/README.history b/15.0.0/gentoo/README.history index 0bfc61e..c66ebe8 100644 --- a/15.0.0/gentoo/README.history +++ b/15.0.0/gentoo/README.history @@ -1,6 +1,5 @@ 47 ???? - + 77_all_PR119287-linux.patch - 80_all_PR81358-Enable-automatic-linking-of-libatomic.patch 46 17 February 2025