From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CC443385842C; Sun, 3 Mar 2024 01:37:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC443385842C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709429841; bh=YOuHzZK7+HJ/lYgPnXxUszceNm0YM2pVMAbyqdxdDlU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lxB63g9kUQMNpQbK9iC83e0QNvxuuGjmzIa99dpiMW0GUqJPbc3srrFpdYXAh6cPH rHh9CqkMSlQ3+8n5XNrbwTg9fsE9lD38eQWv1HWY0IftBYv8wQuq7GZGrGi0SP55pN mzlhfmxR/9uSQGKQDapsk8B9YKbegiezJgWY/6IQ= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/114171] [13/14 Regression] gdc -O2 -mavx generates misaligned vmovdqa instruction Date: Sun, 03 Mar 2024 01:37:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114171 --- Comment #9 from GCC Commits --- The releases/gcc-12 branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:ff9d13e0110b46b39cacb431926515cf4be3aa8d commit r12-10191-gff9d13e0110b46b39cacb431926515cf4be3aa8d Author: Iain Buclaw Date: Sun Mar 3 02:26:37 2024 +0100 d: Fix gdc -O2 -mavx generates misaligned vmovdqa instruction [PR114171] PR d/114171 gcc/d/ChangeLog: * d-codegen.cc (lower_struct_comparison): Keep alignment of original type in reinterpret cast for comparison. gcc/testsuite/ChangeLog: * gdc.dg/torture/pr114171.d: New test. (cherry picked from commit 623f52775e677bb3d6e9e7ef97196741dd904b1e)=