From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 547D93858404; Wed, 9 Feb 2022 19:53:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 547D93858404 From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/104441] [12 Regression] vzeroupper is placed at the wrong place Date: Wed, 09 Feb 2022 19:53:49 +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: 12.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.0 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Feb 2022 19:53:49 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D104441 --- Comment #5 from CVS Commits --- The master branch has been updated by H.J. Lu : https://gcc.gnu.org/g:354349e7d59323559d0e372484f10358bd86a54f commit r12-7149-g354349e7d59323559d0e372484f10358bd86a54f Author: H.J. Lu Date: Wed Feb 9 11:48:58 2022 -0800 x86: Compile PR target/104441 tests with -march=3Dx86-64 Compile PR target/104441 tests with -march=3Dx86-64 to fix test failures when GCC is configured with --with-arch=3Dnative --with-cpu=3Dnative. PR target/104441 * gcc.target/i386/pr104441-1a.c: Compile with -march=3Dx86-64. * gcc.target/i386/pr104441-1b.c: Likewise.=