From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ABC583858C66; Tue, 9 May 2023 14:57:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ABC583858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683644247; bh=VBYrxYS+HGZHu9SnfCzoQ1OErURDARSIVgwtfyJiLJc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fF/EL3CsQTj9Vwz6D86IY9ELXTHnWJXcFeBHNy8edOWOMB2/NIvmZ4cQxR7Cvcl24 Za5khzSx0YLPWUdmAdgXCMWp51XoKyENpgB43JomBcstG+qIyI0/bV885eZCS4qx+I QuMjweUfi4pedgkGwK3Lq4KAsbkmc2P+1TfOv0CI= From: "amonakov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109780] [12/13/14 Regression] csmith: runtime crash with -O2 -march=znver1 Date: Tue, 09 May 2023 14:57:27 +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: amonakov at gcc dot gnu.org X-Bugzilla-Status: NEW 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: short_desc 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 Alexander Monakov changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|csmith: runtime crash with |[12/13/14 Regression] |-O2 -march=3Dznver1 |csmith: runtime crash wi= th | |-O2 -march=3Dznver1 --- Comment #13 from Alexander Monakov --- PR 109087 might also be solved by this. Marking as 12/13/14 regression since this is reproducible with -O2 plus bas= ic -m flags, while earlier PRs also needed -ftrivial-auto-var-init and lost the regression markers in the meanwhile.=