From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DB6723858D38; Fri, 10 Mar 2023 12:47:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DB6723858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678452472; bh=1mq83Kehi9lnBrNuS9pBviupFtCvImMgHajVMtU1Mt4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JsKKtzUXYc193SajNBrH28afS/Llj4Q1KUUI9Ww438MALhJOsyqhmNJ28e3EbvORE G2G+7UcX3fO5NJqwe/RuQZSFzWPrRkEFf0JW0EGqEopIAOVrI9kItmmEiHakuklJZl /P9EMzYLR2uD41TBujZmi2SLjt7rK/M7HHZf0PKw= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/109087] csmith: end of year runtime bug ? Date: Fri, 10 Mar 2023 12:47:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com 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=3D109087 --- Comment #5 from David Binderman --- First bad commit seems to be: eef81eefcdc2a58111e50eb2162ea1f5becc8004 is the first bad commit commit eef81eefcdc2a58111e50eb2162ea1f5becc8004 Author: Jan Hubicka Date: Thu Dec 22 10:55:46 2022 +0100 Zen4 tuning part 2 which seems a bit odd, as I am on zen3. However: $ source ./qwe.sh /home/dcb36/gcc/results.bbe04bade0cc3b17/bin/gcc checksum =3D C05B4B46 /home/dcb36/gcc/results.924033e39bd440ca/bin/gcc checksum =3D C05B4B46 /home/dcb36/gcc/results.eef81eefcdc2a581/bin/gcc Segmentation fault (core dumped) $=