From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 403B73858436; Thu, 22 Feb 2024 17:50:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 403B73858436 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708624214; bh=WAJ38oQ7z0CGZ6yX17bqPj7pQfZxOT2wWLGZ8tcP8zY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s0fkAl11LLpFyt9sqIsR6yMyt6xVS2a5YZcVy6LTVn36/gKOy0Lcbqtb241uG4/kh Dp7uXl/YiFeEHaGhpO9YSI17R2VRqWK9Hbcw3BmYu38HI5PS6MubYUhTBBYS9d6NM9 y4HO6R7ZPvhTFzIefTlOOGwfuzHYhLRLQK9xdp34= From: "pheeck at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114057] [14 Regression] 435.gromacs fails verification on with -Ofast -march=znver4 and PGO Date: Thu, 22 Feb 2024 17:50:14 +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: 14.0 X-Bugzilla-Keywords: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pheeck 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=3D114057 --- Comment #1 from Filip Kastl --- The oldest commit with this miscomparison i found so far is g:eb619490b01ba= a2f. The most recent commit without the miscomparison i found so far is g:405096f908e1ceb0.=