From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 066813858D38; Fri, 10 Mar 2023 17:32:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 066813858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678469572; bh=meiYChhuYs71Q47ULz21sIa6uMpCo4A6Q6SpUWT3P4Q=; h=From:To:Subject:Date:From; b=Fa+mKLldEqMbEV0+elKeXMI2IkEJhDgu6W4NVLkGrd61+PUlA2q6ODA+8z2FQGEEK 0DCXQ26xNLU4nYHZ1gAuzysFXfB2bykvVYJ0azTBGDYSvGAE1D/fICFEt0pAaDFrNg fC6xejGh0iCLk6YcpUGspug3bcq/FAZyimqMP71Y= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/109093] New: csmith: a February runtime bug ? Date: Fri, 10 Mar 2023 17:32:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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=3D109093 Bug ID: 109093 Summary: csmith: a February runtime bug ? Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: dcb314 at hotmail dot com Target Milestone: --- Created attachment 54636 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54636&action=3Dedit C source code For the attached C code, compiled by recent gcc and flags -O3 -march=3Dznve= r1=20 -fno-strict-aliasing -ftrivial-auto-var-init=3Dzero, does this: /home/dcb36/gcc/results.20230215.asan.ubsan/bin/gcc checksum =3D 95F158F5 /home/dcb36/gcc/results.20230216/bin/gcc checksum =3D 95F158F5 /home/dcb36/gcc/results.20230217.asan.ubsan/bin/gcc Segmentation fault (core dumped) /home/dcb36/gcc/results.20230218.asan.ubsan/bin/gcc Segmentation fault (core dumped) 20230216 has git hash g:7478278f88ba1753 and 20230217 has g:f978585c2939691= 1. This is a range of 30 commits. I will have a go at a git bisect. This is bug #895 for me.=