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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DFEA3158042 for ; Fri, 18 Oct 2024 14:05:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2985E07E6; Fri, 18 Oct 2024 14:05:49 +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 C5BDEE07E6 for ; Fri, 18 Oct 2024 14:05:49 +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 D144C33BF60 for ; Fri, 18 Oct 2024 14:05:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5764AAE7 for ; Fri, 18 Oct 2024 14:05:47 +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: <1729260327.a36914b3932f5ae93d9f18d445be959cd61f1dff.sam@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 15.0.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 15.0.0/gentoo/72_all_PR117192-andn.patch X-VCS-Directories: 15.0.0/gentoo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a36914b3932f5ae93d9f18d445be959cd61f1dff X-VCS-Branch: master Date: Fri, 18 Oct 2024 14:05:47 +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: cc410547-bdcc-4d91-884c-2798a324316c X-Archives-Hash: e0694130b757853c564829a2fe356d8e commit: a36914b3932f5ae93d9f18d445be959cd61f1dff Author: Sam James gentoo org> AuthorDate: Fri Oct 18 14:05:27 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 18 14:05:27 2024 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=a36914b3 15.0.0: drop 72_all_PR117192-andn.patch Merged upstream. Signed-off-by: Sam James gentoo.org> 15.0.0/gentoo/72_all_PR117192-andn.patch | 20 -------------------- 1 file changed, 20 deletions(-) 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")