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 2356F158170 for ; Sun, 21 Jul 2024 00:35:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66AADE2B52; Sun, 21 Jul 2024 00:35:47 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 3C955E2B52 for ; Sun, 21 Jul 2024 00:35:47 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43F1833C4EE for ; Sun, 21 Jul 2024 00:35:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D70DF17E3 for ; Sun, 21 Jul 2024 00:35:44 +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: <1721522138.b1a31eaaeae90d7b7774bfb45f9954dc586f4dea.sam@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 14.1.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 14.1.0/gentoo/76_all_ppc_PR97367-power7-cell-altivec.patch 14.1.0/gentoo/README.history X-VCS-Directories: 14.1.0/gentoo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b1a31eaaeae90d7b7774bfb45f9954dc586f4dea X-VCS-Branch: master Date: Sun, 21 Jul 2024 00:35:44 +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: f3b87a89-402b-4d8d-9d62-1c0ed5ef8ee6 X-Archives-Hash: e8a176e0ac131d6158bfa383ccecab3f commit: b1a31eaaeae90d7b7774bfb45f9954dc586f4dea Author: Sam James gentoo org> AuthorDate: Sun Jul 21 00:35:38 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 21 00:35:38 2024 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=b1a31eaa 14.1.0: drop 76_all_ppc_PR97367-power7-cell-altivec.patch Now upstream. Signed-off-by: Sam James gentoo.org> 14.1.0/gentoo/76_all_ppc_PR97367-power7-cell-altivec.patch | 13 ------------- 14.1.0/gentoo/README.history | 4 ++++ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/14.1.0/gentoo/76_all_ppc_PR97367-power7-cell-altivec.patch b/14.1.0/gentoo/76_all_ppc_PR97367-power7-cell-altivec.patch deleted file mode 100644 index 154dd0f..0000000 --- a/14.1.0/gentoo/76_all_ppc_PR97367-power7-cell-altivec.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://gcc.gnu.org/PR97367 -https://inbox.sourceware.org/gcc-patches/20240308.123342.1112119677226246836.rene@exactcode.de/ ---- a/gcc/config/rs6000/rs6000.cc -+++ b/gcc/config/rs6000/rs6000.cc -@@ -5869,7 +5869,7 @@ rs6000_machine_from_flags (void) - HOST_WIDE_INT flags = rs6000_isa_flags; - - /* Disable the flags that should never influence the .machine selection. */ -- flags &= ~(OPTION_MASK_PPC_GFXOPT | OPTION_MASK_PPC_GPOPT | OPTION_MASK_ISEL); -+ flags &= ~(OPTION_MASK_PPC_GFXOPT | OPTION_MASK_PPC_GPOPT | OPTION_MASK_ALTIVEC | OPTION_MASK_ISEL); - - if ((flags & (ISA_3_1_MASKS_SERVER & ~ISA_3_0_MASKS_SERVER)) != 0) - return "power10"; diff --git a/14.1.0/gentoo/README.history b/14.1.0/gentoo/README.history index dfda57a..6f599c7 100644 --- a/14.1.0/gentoo/README.history +++ b/14.1.0/gentoo/README.history @@ -1,3 +1,7 @@ +4 21 July 2024 + + - 76_all_ppc_PR97367-power7-cell-altivec.patch + 3 27 June 2024 + 77_all_m2_docs_sandbox.patch