From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2B2383858C54; Fri, 10 Mar 2023 08:23:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2B2383858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678436615; bh=VwJuLnq2NRpp7OMnw425x0k5qzLWspBfqyuphIZohsE=; h=From:To:Subject:Date:From; b=uyEwI/L51iBX2loyLSbgPTV4DLdznBgJr0Lfeec7pR+qa6Tj0CHqCmngW9L+7BYmf DSbUIjt/qIsy2bISzGisWQycHMTyGAILeM167RYLs+FDBddKRxtLPgX2rXOf1tSWpp QUQJF+DsUy/KH9bbxP4adWdc4S+5hv1O31VdRlXs= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/109087] New: csmith: end of year runtime bug ? Date: Fri, 10 Mar 2023 08:23:34 +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=3D109087 Bug ID: 109087 Summary: csmith: end of year 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 54633 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54633&action=3Dedit C source code For the attached C code, compiled with -w -ftrivial-auto-var-init=3Dzero -g= -O3 -march=3Dznver3 -fno-strict-aliasing and various versions of gcc trunk, does this: /home/dcb36/gcc/results.20221002/bin/gcc checksum =3D C05B4B46 /home/dcb36/gcc/results.20221101/bin/gcc checksum =3D C05B4B46 /home/dcb36/gcc/results.20221201/bin/gcc checksum =3D C05B4B46 /home/dcb36/gcc/results.20230101/bin/gcc Segmentation fault (core dumped) /home/dcb36/gcc/results.20230209.asan.ubsan/bin/gcc Segmentation fault (core dumped)=