From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5498F3858434; Fri, 10 Mar 2023 18:51:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5498F3858434 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678474311; bh=xdaFxmbFk2fdTimJrIIgD0gVIGpPs4oTIuC30oZN4FQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eWmWdIn5n+xwLza5xotMcvieeJzJrpaPQTRbs65fZRUjUKBvBSSVM/BFdGksd9zyo 9wBCy9TcPfr4NdzmQY4IJwtDuL8MjUe8AS/Q0nmF3KaZPpOVUvG8gMaHi2KZaXSWWr Q5D00Zk09ki4QPSP3RkCkGgEbena4PnZRxu+EBNM= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109093] csmith: a February runtime bug ? Date: Fri, 10 Mar 2023 18:51:51 +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: 13.0 X-Bugzilla-Keywords: wrong-code 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=3D109093 --- Comment #1 from David Binderman --- Current git range is g:7478278f88ba1753 .. g:fea34ee491104f32 This is 7 commits. 6 of them seem to be libstdc++ and then there is this one: commit 866555b170016c49beb869a78cbecdeb07c63135 Author: Jakub Jelinek Date: Thu Feb 16 15:35:05 2023 +0100 tree-ssa-dse: Fix up handling of lhs of internal calls [PR108657] This is the current hot candidate.=