From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 882D7385E827; Tue, 2 Apr 2024 20:44:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 882D7385E827 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712090675; bh=9IL3sKisNV4nbS3bNNXSMet2GEMQk4Syp0ESEhNcBuU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YB7cZWiWKjNDM7EnolOEUh6QNDtWUdHJVpCSyZClvRt4aLw69N9Pf6qJvWY/kUadR szmKQ2XpFdBYbZIrysNK+cvXyOp6EpRXvOdeThIqST/ndUuekBcvGjW2PdU/z+iUoV Tt2OVFVNrsKZHVUcZPJsDZM7R65s6x88rznK8F+o= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114566] Misaligned vmovaps when compiling with stack-protector-strong for znver4 Date: Tue, 02 Apr 2024 20:44:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D114566 --- Comment #8 from Andrew Pinski --- (In reply to Yuxuan Shui from comment #7) > Looks similar to Bug 110027, but ASAN is not involved here. Right, someone will need to debug it but I looked at the patch for PR 110027 and it is ASAN specific though.=