From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1AC00385DC00; Sat, 22 Jul 2023 14:20:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1AC00385DC00 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690035602; bh=IxDzRJvY8EG+2Timyg5p0T9yonhcEsZniMTzDPck49M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xNzq5tkQhDhcy4wtoinzjvvF+nILDMsEhq1BK5/szC67Dy3+O662DjW7SGLIYl1Ti kZDHpiKFT34o/jgxs2uQKh/Ue9ACrQu7l/QAcHTle+5jJJj0fK1WnBWNFhTIocrNH0 TaipoP9Lsel28TB8n1xMOWqIkaKMxgfqV2i7omK0= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110766] [14 Regression] ICE on valid code at -O3 on x86_64-linux-gnu: in gimple_phi_arg_def_from_edge, at gimple.h:4699 Date: Sat, 22 Jul 2023 14:20:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: unknown X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D110766 David Binderman changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcb314 at hotmail dot com --- Comment #2 from David Binderman --- I see this also, except with -O2. The bug first seems to occur sometime between g:43fefc1f832a8037 and g:b5138df96a93d3b5, a range of 31 commits. I have a reduction running.=