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 C2EB215817D for ; Sat, 8 Jun 2024 17:01:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19CF4E2AC1; Sat, 8 Jun 2024 17:01:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id F0133E2AC1 for ; Sat, 8 Jun 2024 17:01:46 +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 26D18340813 for ; Sat, 8 Jun 2024 17:01:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A8531C5C for ; Sat, 8 Jun 2024 17:01: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: <1717865785.1d21fe66d0e1796eb13d00fa5624aaf52aa9105b.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: 1d21fe66d0e1796eb13d00fa5624aaf52aa9105b X-VCS-Branch: master Date: Sat, 8 Jun 2024 17:01: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: 4c9a1543-c186-48a9-b545-3ae1f8b19d99 X-Archives-Hash: 27293cb3af8b844c8d445a159daa5c38 commit: 1d21fe66d0e1796eb13d00fa5624aaf52aa9105b Author: Sam James gentoo org> AuthorDate: Sat Jun 8 16:56:25 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 8 16:56:25 2024 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=1d21fe66 14.1.0: add 76_all_ppc_PR97367-power7-cell-altivec.patch Requested by ernsteiswuerfel. Bug: https://gcc.gnu.org/PR97367 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 | 1 + 2 files changed, 14 insertions(+) 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 new file mode 100644 index 0000000..154dd0f --- /dev/null +++ b/14.1.0/gentoo/76_all_ppc_PR97367-power7-cell-altivec.patch @@ -0,0 +1,13 @@ +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 47eb451..61be34b 100644 --- a/14.1.0/gentoo/README.history +++ b/14.1.0/gentoo/README.history @@ -1,6 +1,7 @@ 2 ???? - 76_all_ppc_PR112868-no-checking-many.patch + + 76_all_ppc_PR97367-power7-cell-altivec.patch 1 7 May 2024