From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0B7223858C30; Tue, 30 Jan 2024 16:15:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B7223858C30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706631347; bh=9cZCmLSu0Gsb32kclss9ou33wveJRuZzaWZXW2q4uss=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YqvaDky58tLSxLv1J5YsHnutp5EtYwF2ZTP8jjMoZfXIR2wVkvHiznUsw/3YINamI yXxLJNZjBocCsBBHwxyvOdB8C5dHaRiG9IZDp7ib4+2ijQX4Qmowvh8HCj87f4cfiA BmD0EBGbZc8o+qNZLZ39gl3KLmXfhp588zit4w+E= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113300] GCC rejects valid program involving copy list initialization A a = {} of a class with explicit and non explicit default constructors Date: Tue, 30 Jan 2024 16:15:46 +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: 14.0 X-Bugzilla-Keywords: rejects-valid 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: --- 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=3D113300 --- Comment #5 from Marek Polacek --- Not a regression so I think it has to wait until GCC 15. I'd like to take a look then. I've updated https://gcc.gnu.org/projects/cxx-dr-status.html=