From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A1CBF3858C5E; Tue, 14 Mar 2023 22:45:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A1CBF3858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678833940; bh=heq/cTDiygK7E5yTwLgwiYx98y6NJhP8Awzcc4BqnjE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fIizbZBm/eb4MBaVodQaOPOEvXZCMxWtVQygnptzYxbV0b+Md28bWSzEzZnQ+26ty 7pZeyhRpkxJC1BZ/oIB/cbErwOB3/nhpx1KtMTBo40JOlg5l74cBNdnYbJB6pCvWtx BEuoIF9CGX8i3PabQ1QD2NeL69raw2sSH8PRPjVU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109136] initializer_list constructor and explicit conversion operator Date: Tue, 14 Mar 2023 22:45: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: 13.0 X-Bugzilla-Keywords: accepts-invalid X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org 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: see_also 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=3D109136 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D85577 --- Comment #2 from Andrew Pinski --- It might be the case GCC is the only one implementing https://cplusplus.github.io/CWG/issues/2137.html .=