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 4C2E2158004 for ; Thu, 27 Jun 2024 00:02:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98165E2BA2; Thu, 27 Jun 2024 00:02:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 80AC6E2BA2 for ; Thu, 27 Jun 2024 00:02:24 +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 AF6C333BDF0 for ; Thu, 27 Jun 2024 00:02:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F457126B for ; Thu, 27 Jun 2024 00:02:22 +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: <1719446536.7760ff0bf2fd5fa05385fc11158cb7efd7a05cc5.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/77_all_i386-fix-ix86_expand_move.patch 15.0.0/gentoo/78_all_i386-fix-recent-alias-set-change.patch X-VCS-Directories: 15.0.0/gentoo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7760ff0bf2fd5fa05385fc11158cb7efd7a05cc5 X-VCS-Branch: master Date: Thu, 27 Jun 2024 00:02:22 +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: b45c7333-52a7-4e6a-858a-4c4d0fc2843a X-Archives-Hash: 5f0fa2a73bde742dc43b82f379c2152e commit: 7760ff0bf2fd5fa05385fc11158cb7efd7a05cc5 Author: Sam James gentoo org> AuthorDate: Thu Jun 27 00:02:16 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 27 00:02:16 2024 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=7760ff0b 15.0.0: add revert annotation Signed-off-by: Sam James gentoo.org> 15.0.0/gentoo/77_all_i386-fix-ix86_expand_move.patch | 2 ++ 15.0.0/gentoo/78_all_i386-fix-recent-alias-set-change.patch | 2 ++ 2 files changed, 4 insertions(+) diff --git a/15.0.0/gentoo/77_all_i386-fix-ix86_expand_move.patch b/15.0.0/gentoo/77_all_i386-fix-ix86_expand_move.patch index 4b42ea9..2b5b8d4 100644 --- a/15.0.0/gentoo/77_all_i386-fix-ix86_expand_move.patch +++ b/15.0.0/gentoo/77_all_i386-fix-ix86_expand_move.patch @@ -9,6 +9,8 @@ for non-PECOFF targets, so the else branch would get taken. (This is a hack which doesn't work for PECOFF targets but fixes miscompilations on ELF.) +This partially reverts commit r15-1599-g63512c72df09b4. + Bug: https://gcc.gnu.org/PR115635 Bug: https://gcc.gnu.org/PR115661 --- diff --git a/15.0.0/gentoo/78_all_i386-fix-recent-alias-set-change.patch b/15.0.0/gentoo/78_all_i386-fix-recent-alias-set-change.patch index 6776fdd..eb8f5bd 100644 --- a/15.0.0/gentoo/78_all_i386-fix-recent-alias-set-change.patch +++ b/15.0.0/gentoo/78_all_i386-fix-recent-alias-set-change.patch @@ -8,6 +8,8 @@ we use -1. Go back to using ix86_GOT_alias_set. (This is a hack which isn't the cleanest way of fixing it.) +This partially reverts commit r15-1599-g63512c72df09b4. + Bug: https://gcc.gnu.org/PR115635 Bug: https://gcc.gnu.org/PR115661 ---