From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1E6263858C50; Fri, 28 Apr 2023 14:52:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1E6263858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682693560; bh=VoUZBmFBdWtATp12nGXvUGDp8drlEdfKbsumUckDCHc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dVZz2NfLq6NOQzFrJ2ilX3ffZ+mz4FWWeBhSrl2IH5q+M4/43fFU58CBe2tqqN1n/ 1JF25AR2yrXcsMuZh+oisVxoTnUxSMqBnk7cXFitDeBx7tXuzKsEpO8+HB3z7qm46e w8ZJnaUvWKjxMVc4yDY0apbY+9W2F0fAtsTK2XP0= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109663] False positive? Converting from initializer list would use explicit constructor Date: Fri, 28 Apr 2023 14:52:39 +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: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: redi 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=3D109663 --- Comment #5 from Jonathan Wakely --- (In reply to Carlos Galvez from comment #0) > getting a handful of errors in this type of code compiling in C++14 mode: But the Eigen example has been rejected since r13-6765 c++: explicit ctor and list-initialization [PR109159]=