From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DB4213858437; Fri, 14 Oct 2022 16:29:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DB4213858437 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665764980; bh=WFijaNz0iaFjN/DH6Z4Y0VGoM1KBGzbJXTBRkipH+C4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AbFEibUNWnjjq+/v5AFxHvLJGLDVeg6TiTxQQGKWpvZn7qzyHtxbZYASB4A1byq3u 9bN8cd9EYUsf18vhvbaVWkdCX3Z05hcDQ7KBTWuZDFyPLG3kquIWV7ni1ucNB2NvY4 KA4CyiK8JMfs1UGpzMuCzTM6dXDqGFi6aV3Rj9+Y= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107267] ice in cp_gimplify_init_expr, at cp/cp-gimplify.cc:253 Date: Fri, 14 Oct 2022 16:29:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 12.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: 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=3D107267 --- Comment #2 from David Binderman --- There is only one mention of cp_gimplify_init_expr in that git range, and it is the final commit of Jason's, marked 6ffbf87ca66f4ed9cd79cff675fabe2109e46e85. Not a smoking gun, but possibly a lead candidate.=