From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2AA5A385781F; Fri, 17 Mar 2023 11:57:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2AA5A385781F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679054279; bh=OpPxGm0qTcpdSrBrwkEmeZSnKaetguTULWq+UgAopuI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BNSsQftb+z5z7FC3Vej2ybwr0UKAFZb7cK0P0INX+nWACnUQSBCIdkXzMFRSx03Ak vsZ2WR37AfxNTyccczFWtxTsN6PPZDqt9+aqJccWXSZRqxPWXCCX74YcSIW+g1W3Up 77mNmoyXsw1NSB194gBDqa6RR6TuB/tZhjCTB49A= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109172] [10/11/12/13 Regression] g++ calls a private destructor with the keyword throw after the try-block Date: Fri, 17 Mar 2023 11:57:58 +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: redi 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: cf_known_to_fail cf_known_to_work short_desc 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=3D109172 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |13.0, 4.4.7 Known to work| |4.1.2, 4.3.0 Summary|g++ calls a private |[10/11/12/13 Regression] |destructor with the keyword |g++ calls a private |throw after the try-block |destructor with the keyword | |throw after the try-block --- Comment #2 from Jonathan Wakely --- This is a regression that started after r156840 and no later than r156854 Maybe r156841 or r156842=