From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8088D3858C66; Tue, 9 May 2023 12:03:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8088D3858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683633823; bh=MY7AJhde7rapfWIg2VBTerkF7RcU2ZrwmKQe7caWLL8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SyjkJ9uosUvlLGvdY12yck5bJC3rsYifnXaCRpXYIoXRnxF/FUiM4pauBYuunm0Wh dfV6SUjE1vgotpxRAwDSwEiv2YtsSNG8dE3ydHvXTqKrBqvcYcqTYteMgaFZXT1oSx oKkz/9N5y8vF9CBWjeV+PUK5u20KygTy2rQCqQOc= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109780] csmith: runtime crash with -O2 -march=znver1 Date: Tue, 09 May 2023 12:03:43 +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: marxin 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: 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 #11 from Martin Li=C5=A1ka --- (In reply to Alexander Monakov from comment #10) > (In reply to Martin Li=C5=A1ka from comment #9) > > Started with zen tuning revision r13-4839-geef81eefcdc2a5. >=20 > The issue is also reproducible with -march=3Dhaswell or -march=3Dskylake,= so you > can use those for further bisection. With -march=3Dskylake it began with r13-4124-g156f523f9582f1 and with -march=3Dhaswell it started with the very same revision.=