https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114171
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-13 branch has been updated by Iain Buclaw <ibuc...@gcc.gnu.org>: https://gcc.gnu.org/g:cdcbc56c3f5a04e4e7cccdc70a420bc069a0941f commit r13-8401-gcdcbc56c3f5a04e4e7cccdc70a420bc069a0941f Author: Iain Buclaw <ibuc...@gdcproject.org> 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)