From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3E6FB3858C50; Mon, 8 May 2023 20:49:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3E6FB3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683578968; bh=R7t2bDX/GYPWtZiAiyS+ZWdZZOnS2rxKShfBWBOKJsI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aNHqZP+ssUb/TAs78rjQTDx1eaqCVXrxu/onEJeKbFGkdq9l9KiDLqLrNwFKRVPtR yJ6nxCcOWu3t4bLTpD4oEKS1YFcrFkTpPt++pLm/HIdvKLoDZR0jlq2FMfvtHQGqP7 TzeVKjUR5QmWK54rv0+SMq3g4ORJZ/gbwXlhhZRg= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109780] csmith: runtime crash with -O2 -march=znver1 Date: Mon, 08 May 2023 20:49:28 +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: unknown X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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=3D109780 --- Comment #2 from Andrew Pinski --- I should mention there is no difference in the gimple dump between with and without -march=3Dznver1 .=