From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id D3CBD15808A for ; Sat, 09 Aug 2025 19:57:25 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9512D34204B for ; Sat, 09 Aug 2025 19:57:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7EC361104DB; Sat, 09 Aug 2025 19:57:24 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 711E11104DB for ; Sat, 09 Aug 2025 19:57: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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C91334200B for ; Sat, 09 Aug 2025 19:57:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83A213289 for ; Sat, 09 Aug 2025 19:57:22 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1754769430.328b343f3777b80634b86a4da38fe83c6677acd2.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emacs/emacs-31.0.9999.ebuild X-VCS-Directories: app-editors/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 328b343f3777b80634b86a4da38fe83c6677acd2 X-VCS-Branch: master Date: Sat, 09 Aug 2025 19:57: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: 32d44a89-af6b-48fb-b689-b31c0d297781 X-Archives-Hash: 3368a3cbef919c59f61a6c7efcf878a6 commit: 328b343f3777b80634b86a4da38fe83c6677acd2 Author: Sam James gentoo org> AuthorDate: Sat Aug 9 19:41:09 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Aug 9 19:57:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328b343f app-editors/emacs: drop -O3 filter for 31.0.9999 This ended up being needed for two different but related GCC bugs in SRA: PR117423 and PR119085. Both of these are fixed in GCC trunk and also in just-released GCC 15.2; Paul Eggert has updated Emacs' configure to pass -fno-tree-sra for affected GCC versions (0eaf5c045fd4c6b88f95983b68fa9cc03e2106f2) so there's no need for us to workaround it anymore. If any further issues arise, toolchain@ will investigate. Bug: https://debbugs.gnu.org/70073 Bug: https://debbugs.gnu.org/76559 Bug: https://debbugs.gnu.org/78473 Bug: https://gcc.gnu.org/PR117423 Bug: https://gcc.gnu.org/PR119085 Bug: https://bugs.gentoo.org/839405 Bug: https://bugs.gentoo.org/941225 Signed-off-by: Sam James gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> app-editors/emacs/emacs-31.0.9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/app-editors/emacs/emacs-31.0.9999.ebuild b/app-editors/emacs/emacs-31.0.9999.ebuild index e863f530d13a..561bce8fe723 100644 --- a/app-editors/emacs/emacs-31.0.9999.ebuild +++ b/app-editors/emacs/emacs-31.0.9999.ebuild @@ -217,8 +217,6 @@ src_prepare() { } src_configure() { - replace-flags "-O[3-9]" -O2 #839405 - # We want floating-point arithmetic to be correct #933380 replace-flags -Ofast -O2 append-flags -fno-fast-math -ffp-contract=off