From ab342368b9d0d2ac7f249ca2240644940c51fa78 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 8 Jun 2024 18:03:05 +0100 Subject: 15.0.0: add 76_all_ppc_PR97367-power7-cell-altivec.patch Requested by ernsteiswuerfel. Bug: https://gcc.gnu.org/PR97367 Signed-off-by: Sam James --- 15.0.0/gentoo/76_all_ppc_PR97367-power7-cell-altivec.patch | 13 +++++++++++++ 15.0.0/gentoo/README.history | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 15.0.0/gentoo/76_all_ppc_PR97367-power7-cell-altivec.patch diff --git a/15.0.0/gentoo/76_all_ppc_PR97367-power7-cell-altivec.patch b/15.0.0/gentoo/76_all_ppc_PR97367-power7-cell-altivec.patch new file mode 100644 index 0000000..154dd0f --- /dev/null +++ b/15.0.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/15.0.0/gentoo/README.history b/15.0.0/gentoo/README.history index 15054c4..32feb0a 100644 --- a/15.0.0/gentoo/README.history +++ b/15.0.0/gentoo/README.history @@ -1,7 +1,7 @@ 2 ???? - 76_all_ppc_PR112868-no-checking-many.patch - + + 76_all_ppc_PR97367-power7-cell-altivec.patch 1 28 Apr 2024 -- cgit v1.2.3-65-gdbad