From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9E5B73858C53; Fri, 26 Jan 2024 14:09:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9E5B73858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706278156; bh=PjqX9ex3alKeoOt7sryYHE8tvtxVOspcmeelUQ6WnZE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sm/ri0Vlxf5bWp8wgaNbMPb+h7KkaTDlTsicNgr4h9grS95DfXM9JsW8Wftu051v1 ipjgsz42Mk8hUZ9x/ZcFCg5gg+HkkKEFZFh+pXc2BWtcX2ZYe5GToSg+mRIy6INZjY rKR0VAGm03WIH7dkEDYRzQ+9RofXblFnxNCpvNVs= From: "fkastl at suse dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113539] [14 Regression] perlbench miscompiled on aarch64 since r14-8223-g1c1853a70f Date: Fri, 26 Jan 2024 14:09:16 +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: fkastl at suse dot cz X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: tnfchris at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113539 --- Comment #9 from Filip Kastl --- (In reply to Richard Biener from comment #8) > Does this still happen after r14-8413-g578c7b91f418eb? I think it doesn't happen anymore. I can confirm that both on aarch64 and zen3, both the SPEC2006 and SPEC2017, with -Ofast -march=3Dnative -mtune=3Dnative -flto perlbench compiles correc= tly now.=