From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 79251385770F; Fri, 10 Nov 2023 10:05:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 79251385770F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699610735; bh=bWu+NUZmOYVJIxYzqBXhQgo2pRyMVjapwUQL/ZXN0yo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xHRQ0BK7QOMvxyLcb5QjwMkwMtndo8iWeNMn5QF7MS4Vwols6KgrJGBMRpR5TcDuA Kt/QzE6T4u7PDhsmqb0FGBWInc35syGjYtM+DVrhx/VvkKuZmhMfe5lYYuJr1kNZLF RX1d2ATtFdxxGNfsZ8eCHEJeJYqTHZT/1aqHoAzk= From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/112461] [14 regression] premature finalization with nested return inside extended one Date: Fri, 10 Nov 2023 10:05:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc everconfirmed cc 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=3D112461 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[14 regression] Simple |[14 regression] premature |return inside extended |finalization with nested |return loses updates to |return inside extended one |return object value | Ever confirmed|0 |1 CC| |ebotcazou at gcc dot gnu.o= rg Last reconfirmed| |2023-11-10 Status|UNCONFIRMED |NEW --- Comment #1 from Eric Botcazou --- Yes, by commit 2e135bdb28d386b0cda2ee7e35338ad06136042d, but the issue was preexisting if the return type is limited. The fix is upcoming.=