From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 809EE389000C; Thu, 20 Jun 2024 14:41:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 809EE389000C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718894464; bh=K1t/OJ99jfyomVOWJOuFbk93rKEHaUx6j8wygZhDU8Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ov8YWf/R5JiFsOQVVbnmjhAqIGG18OvI4Z7PqAoNN9Hco0Tk29VuW5oKNPAlYtD7b UH0dCY3scBmEgf6BMG+NEQEzWKa/BN0newi8YeDmNYzHN4VHmxBiXUanvtt3VRktYl BQZRX4snmcznsjZIf7x5/Mfov0HPyngAicoCw/Fg= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/115558] Trivial noexcept(false) default constructor does not make value initialization potentially throwing Date: Thu, 20 Jun 2024 14:41:04 +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: 15.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: everconfirmed cf_reconfirmed_on bug_status 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=3D115558 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2024-06-20 Status|UNCONFIRMED |NEW --- Comment #2 from Andrew Pinski --- I see this was just accepted as a defect report this year even: [Accepted as a DR at the March, 2024 meeting.]=