From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B23F53858D39; Tue, 2 Apr 2024 18:28:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B23F53858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712082511; bh=yBrAobrVKRWsBGgZ0SFc7bjOl0Xz1z5yIYF38q6K+3A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CZWCYyya52OfkecIzDpsJRhN3qq5ZmTtTpg66EACWvCIGILb9jZuMwoHeDFJZX9sX Q8dZiKv28Db7GyZQzP4mHq+Nvdj7GIQkk7pHYEhRqC5UUJkGOJsPB1Z3KJMlNj5Ukp V5XpXtKbGtwSwHYvwKIwGLrwWKuXtyFr80bK92ws= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114566] Misaligned vmovaps when compiling libvorbis for znver4 Date: Tue, 02 Apr 2024 18:28:31 +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: WAITING 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: bug_status cf_reconfirmed_on cf_gcctarget everconfirmed keywords 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2024-04-02 Target|x86_64-linux-gnu |x86_64 Ever confirmed|0 |1 Keywords| |wrong-code --- Comment #1 from Andrew Pinski --- Can you provide a few more information? Like the preprocessed source for ps= y.c and the exact command line that is invoked for GCC? Also provide the full output of `gcc -v`? This is all that is requested by https://gcc.gnu.org/bugs/=