From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1DDFF3858D3C; Sun, 7 May 2023 16:10:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1DDFF3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683475811; bh=NKsUeuZHkrpIzfYQ0zaWBf5buqnHTDCYRWzPeUon3RY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yOcCauF8CaC5wmd8/HQni/HHoN1geHmKnck7rHfvoy182c0Ct8Co1edN+C3Agpx8w dSQSD6EVS+pBY+qeD3c/CZgG9iCpsMbmtCgX3uuFxBTTFeSMYGwpHIeFkzux6u9DCF KqtprdKvi01/oK4XmNMD/MlKqiZFWvuy7s/xMOMo= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/103091] [DR 2256] Can't jump into scope of a variable with a nontrivial destructor in C++20 Date: Sun, 07 May 2023 16:10:09 +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: 11.2.1 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution target_milestone assigned_to cc 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=3D103091 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Target Milestone|--- |14.0 Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot g= nu.org CC| |ppalka at gcc dot gnu.org --- Comment #5 from Patrick Palka --- Fixed for GCC 14, thanks for the report.=