From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C2A523857728; Fri, 11 Aug 2023 17:22:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C2A523857728 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691774563; bh=KxsNopDzI78q9Rxymle4QgFvxVVB5tN+wg1187VwpPA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xlVJHAZmmNVffMAMjmN0axPaZD07o0/B1vyTVHad/8h6UENSV3z1r7VAKUG/7bZYX DPNVRwzUZcCfeCBD7k9pqx9YNQJ87CdFCDrOjrgZLiMXlxYJrTQBDgkIJqNO3JKXBT lKEjKtPX/Eyb9y+ngIoG2QL5k9WLNH28eZvHgVog= From: "jason at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/60027] [DR1228] Problem with braced-init-lists and explicit ctors Date: Fri, 11 Aug 2023 17:22:42 +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: 4.8.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: jason at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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=3D60027 --- Comment #10 from Jason Merrill --- Note that for PR109247 I've changed how this is handled in the case of using the explicit constructor to initialize the argument of a copy/move construc= tor or op=3D, which should make some of the duplicates work.=