From a36914b3932f5ae93d9f18d445be959cd61f1dff Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 18 Oct 2024 15:05:27 +0100 Subject: 15.0.0: drop 72_all_PR117192-andn.patch Merged upstream. Signed-off-by: Sam James --- 15.0.0/gentoo/72_all_PR117192-andn.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 15.0.0/gentoo/72_all_PR117192-andn.patch diff --git a/15.0.0/gentoo/72_all_PR117192-andn.patch b/15.0.0/gentoo/72_all_PR117192-andn.patch deleted file mode 100644 index f7706c1..0000000 --- a/15.0.0/gentoo/72_all_PR117192-andn.patch +++ /dev/null @@ -1,20 +0,0 @@ -https://gcc.gnu.org/PR17192 -https://gcc.gnu.org/bugzilla/attachment.cgi?id=59373 - -diff --git a/gcc/config/i386/mmx.md b/gcc/config/i386/mmx.md -index ef4ed8b501a..506f4cab6a8 100644 ---- a/gcc/config/i386/mmx.md -+++ b/gcc/config/i386/mmx.md -@@ -4470,9 +4470,9 @@ (define_split - (define_expand "andn3" - [(set (match_operand:MMXMODEI 0 "register_operand") - (and:MMXMODEI -- (not:MMXMODEI (match_operand:MMXMODEI 1 "register_operand")) -- (match_operand:MMXMODEI 2 "register_operand")))] -- "TARGET_SSE2") -+ (not:MMXMODEI (match_operand:MMXMODEI 2 "register_operand")) -+ (match_operand:MMXMODEI 1 "register_operand")))] -+ "TARGET_MMX_WITH_SSE") - - (define_insn "mmx_andnot3" - [(set (match_operand:MMXMODEI 0 "register_operand" "=y,x,x,v") -- cgit v1.2.3-65-gdbad