From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BEB48385828E; Sun, 16 Oct 2022 07:21:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BEB48385828E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665904876; bh=wujA3STKsI/M1FtwX0DQbP7fE8E3ec3fJTeTKKc3ZKA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YmJonkAGwrFxh6mWkTAP/ZsDokOCIrPn3djXvriL1QcWF4sjDv4PR6m3Rqm6g1MVc IoZEwB8oUenQkax58ZV9C2oTS4jwntNBTZqlA6psODgRN6OrLcAyTkDDa1PC31LdiP 04GjrfsogJeC20A7GaPB7UKcj7dqra3EIaGtVrLQ= 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: Sun, 16 Oct 2022 07:21:16 +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 #6 from David Binderman --- (In reply to David Binderman from comment #5) > (In reply to David Binderman from comment #4) > > Trying a git bisect with git hash 93b3ab6c0c6a44df. >=20 > Seems good. Trying eb491ea5c10955c6. Seems good. Trying b9ad850e86b863c2.=