From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BE0943858C31; Sat, 18 Mar 2023 09:51:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BE0943858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679133061; bh=uyKkUmMHsIIjeqoCmDZ3AHniGuCQj+5x0CjrYLdaqwI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pK6mmDW1exSLWw4bnapcF1W8EN6ph+rIpKQPicMRqEwYqSwAAzC1b5WB2Tgm2fD4h h7yjNFU7yKlpGt/nSjd6lkHtGTLF04tXxfD3GNst+sixWisA7W0WAPbodO1zJw9Wxk jCxW0hReZ0ny8X+8ALS+zshw+pGuzagPWLPkBRcc= 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: Sat, 18 Mar 2023 09:51:01 +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: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 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=3D109172 --- Comment #8 from Jonathan Wakely --- (In reply to Jason Merrill from comment #5) > Fixed for GCC 13. In general I'm not inclined to backport accepts-invalid > fixes, but am open to discussion. The fact nobody reported it until now suggests it's not a big deal.=