From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 136233858CDA; Fri, 10 Mar 2023 20:03:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 136233858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678478582; bh=VN2QMssK+PUEYlm5vDxgbej/xSw8xH44iPXHID1oWpA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MKkI7oAOyYbBYxSf1ssO1fhdoeuJIykwdbCfWtDGjHnes+EBfkRLgGc4aeJYRr/BJ B9NOwkmTFklQ8cJkECqQ5dzQDvshJS2ctnXLIJ4/NCkAva4w/0+fu78K+NfPfpmtmh tNDMrb3VrnJGySLfvSGlxu0BbASvYKXy3st6VpG8= 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 20:03:01 +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: cc 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 David Binderman changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at redhat dot com --- Comment #2 from David Binderman --- As expected: $ git bisect bad 866555b170016c49 866555b170016c49beb869a78cbecdeb07c63135 is the first bad commit 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]=