From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 94250385700D; Mon, 5 Jun 2023 20:27:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 94250385700D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685996864; bh=I8Um84mUGM8NgAwNWwbyFv4r2T0+lKerE7x1HzMJxCc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bp2zHaWYpPXoQ4jVNK597O3ht/uHAlBJZGv9KE0f+ZAYYzAC1ZNsT2+XuEg47crE7 lxJf5REuHEXPX0wPaw18OBO7bYzOQiJGirCWHIHoSqxzABXjqNVEVDEZHewe+DoqG9 Mia44phlY2SqxtfyCKqdVIXlRVOJGgC+gzz+c3BY= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110114] [13/14 Regression] ICE on calling overloaded function in case of incomplete argument type and C++ designated initializers Date: Mon, 05 Jun 2023 20:27:43 +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: 13.1.0 X-Bugzilla-Keywords: ice-on-invalid-code, ice-on-valid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org 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: 13.2 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=3D110114 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at gcc dot gnu.org, | |mpolacek at gcc dot gnu.org --- Comment #3 from Marek Polacek --- Started with r13-1227: commit 6c72f1bfc3469422460d86314a081353632d4bcb Author: Jason Merrill Date: Thu Jun 23 14:41:19 2022 -0400 c++: designated init cleanup [PR105925]=