From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4B3A93858282; Fri, 23 Feb 2024 10:26:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B3A93858282 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708683988; bh=8ItTARleFRdkeDoQRLQdLIidT7+7ELbgCyanSJEe7/I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=j4x/sm9RrhZbTAoDrDugvChKDj9dG+r7Q67dPq3F5JzC0rTNTQNgFq1iGNSZXidSi CcHdZ86aBqhcmNEmIw1f/QZ0kLxSkDO4o4WaogZS521uQ7wRYM8218io5g1Scp8QB7 zc6ozMHTRW3HPMK8dGcXX0AMN0Y5rALKqj9Jqf4E= From: "pheeck at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114057] [14 Regression] 435.gromacs fails verification with -Ofast -march=znver4 and PGO after r14-7272-g57f611604e8bab Date: Fri, 23 Feb 2024 10:26:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc component 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 Filip Kastl changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[14 Regression] 435.gromacs |[14 Regression] 435.gromacs |fails verification on with |fails verification with |-Ofast -march=3Dznver4 and |-Ofast -march=3Dznver4 a= nd |PGO |PGO after | |r14-7272-g57f611604e8bab Component|target |tree-optimization --- Comment #5 from Filip Kastl --- Can confirm that with -O3 -march=3Dnative PGO nor with -O3 -march=3Dnative = PGO -fno-signed-zeros -fno-trapping-math -ffinite-math-only -ffp-contract=3Dfas= t the benchmark doesn't miscompare. Btw I just noticed that the bisection lead to the same commit as the bisect= ion of pr113833. I suppose that both PRs relate to the same problem.=