From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5D2143858D34; Mon, 10 Jun 2024 11:20:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5D2143858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718018430; bh=pasffNvthh+QdQUyfVUXHcluJHs+hlBsirjkuAbEWfQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cFEww4N1e+liONc0wcDxbVEJO/uf5UWgXJ6KGM1ylRuvABgd7oT1OC2OwN72YRkwK ximIeWgQamrvI7IsoBGAiVIAwNmxaAjbipc9V+o6nlSqiM+bUq6XhRfiNfpH2h843i 5G5fI7Y8/bFIFLmGr/NgJ/qc7xYVvVpjrdIAJ8x8= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/115395] [15 regression] libarchive miscompiled with -O2 -march=znver2 -fno-vect-cost-model since r15-1006-gd93353e6423eca Date: Mon, 10 Jun 2024 11:20:29 +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: 15.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.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=3D115395 --- Comment #9 from Sam James --- Thanks for the quick fix! We had another issue which bisected to the same, = but it was far harder to reduce so we decided to wait. Hopefully fixed by this = too.=