commit:     dcbf37d021cc6af736b3d55de57b92d94da81d53
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  6 04:23:45 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar  6 04:23:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcbf37d0

sys-devel/gcc: keyword 12.2.1_p20230304

- Fixes arm64 miscompile of an orc test
- Fixes ICE when building 6.1.x kernel (with -O3?)

Bug: https://bugs.gentoo.org/886973
Closes: https://bugs.gentoo.org/896034
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/gcc/gcc-12.2.1_p20230304.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-devel/gcc/gcc-12.2.1_p20230304.ebuild 
b/sys-devel/gcc/gcc-12.2.1_p20230304.ebuild
index 3a7a472a2f2f..3924d524ff38 100644
--- a/sys-devel/gcc/gcc-12.2.1_p20230304.ebuild
+++ b/sys-devel/gcc/gcc-12.2.1_p20230304.ebuild
@@ -34,9 +34,9 @@ inherit toolchain
 EGIT_BRANCH=releases/gcc-$(ver_cut 1)
 
 # Don't keyword live ebuilds
-#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
-#      KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
-#fi
+if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
 
 # Technically only if USE=hardened *too* right now, but no point in 
complicating it further.
 # If GCC is enabling CET by default, we need glibc to be built with support 
for it.

Reply via email to