https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112461
Eric Botcazou <ebotcazou at gcc dot gnu.org> 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.org Last reconfirmed| |2023-11-10 Status|UNCONFIRMED |NEW --- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- Yes, by commit 2e135bdb28d386b0cda2ee7e35338ad06136042d, but the issue was preexisting if the return type is limited. The fix is upcoming.