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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57CB715813A for ; Mon, 13 Jan 2025 03:40:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A712E07E2; Mon, 13 Jan 2025 03:40:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CE194E07E2 for ; Mon, 13 Jan 2025 03:40:17 +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 11D373406C2 for ; Mon, 13 Jan 2025 03:40:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FB4DB2C for ; Mon, 13 Jan 2025 03:40:15 +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: <1736739598.a4f03b7491ffd0fdab5df8d89c96ea3ba8b17838.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/82_all_PR118409-ifcombine.patch X-VCS-Directories: 15.0.0/gentoo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a4f03b7491ffd0fdab5df8d89c96ea3ba8b17838 X-VCS-Branch: master Date: Mon, 13 Jan 2025 03:40:15 +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: b42b1ae4-f825-45f5-9f42-0695d2c667c4 X-Archives-Hash: 3b7a907b2af6f4cfc94e104ebdfacaac commit: a4f03b7491ffd0fdab5df8d89c96ea3ba8b17838 Author: Sam James gentoo org> AuthorDate: Mon Jan 13 03:39:58 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 13 03:39:58 2025 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=a4f03b74 15.0.0: add ML link to ifcombine patch Signed-off-by: Sam James gentoo.org> 15.0.0/gentoo/82_all_PR118409-ifcombine.patch | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/15.0.0/gentoo/82_all_PR118409-ifcombine.patch b/15.0.0/gentoo/82_all_PR118409-ifcombine.patch index e599f21..6362cd1 100644 --- a/15.0.0/gentoo/82_all_PR118409-ifcombine.patch +++ b/15.0.0/gentoo/82_all_PR118409-ifcombine.patch @@ -1,8 +1,10 @@ -https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118409#c26 - -[ifcombine] propagate signbit mask to XOR right-hand operand +https://inbox.sourceware.org/gcc-patches/ored17gz9x.fsf@lxoliva.fsfla.org/ +From bfb791ad941348a0bb854b770f2294424528bc40 Mon Sep 17 00:00:00 2001 +Message-ID: From: Alexandre Oliva +Date: Mon, 13 Jan 2025 00:37:14 -0300 +Subject: [PATCH] propagate signbit mask to XOR right-hand operand If a single-bit bitfield takes up the sign bit of a storage unit, comparing the corresponding bitfield between two objects loads the @@ -19,6 +21,7 @@ the right-hand operand when both were taken from the same XOR. This patch fixes that. +Regstrapped on x86_64-linux-gnu. Ok to install? for gcc/ChangeLog @@ -28,16 +31,16 @@ for gcc/ChangeLog for gcc/testsuite/ChangeLog - PR tree-optimization/118409 +PR tree-optimization/118409 * gcc.dg/field-merge-20.c: New. --- - gcc/gimple-fold.cc | 20 ++++++++++ - gcc/testsuite/gcc.dg/field-merge-20.c | 64 +++++++++++++++++++++++++++++++++ + gcc/gimple-fold.cc | 20 +++++++++ + gcc/testsuite/gcc.dg/field-merge-20.c | 64 +++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/field-merge-20.c diff --git a/gcc/gimple-fold.cc b/gcc/gimple-fold.cc -index a3987c4590ae6..93ed8b3abb056 100644 +index a3987c4590ae..93ed8b3abb05 100644 --- a/gcc/gimple-fold.cc +++ b/gcc/gimple-fold.cc @@ -8270,6 +8270,16 @@ fold_truth_andor_for_ifcombine (enum tree_code code, tree truth_type, @@ -76,7 +79,7 @@ index a3987c4590ae6..93ed8b3abb056 100644 /* If either comparison code is not correct for our logical operation, diff --git a/gcc/testsuite/gcc.dg/field-merge-20.c b/gcc/testsuite/gcc.dg/field-merge-20.c new file mode 100644 -index 0000000000000..44ac7fae50dc5 +index 000000000000..44ac7fae50dc --- /dev/null +++ b/gcc/testsuite/gcc.dg/field-merge-20.c @@ -0,0 +1,64 @@ @@ -144,3 +147,8 @@ index 0000000000000..44ac7fae50dc5 + __builtin_abort(); + return 0; +} + +base-commit: 0e05b793fba2a9bea9f0fbb1f068679f5dadf514 +-- +2.48.0 +