https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123483
--- Comment #8 from Andrew Benson <abensonca at gcc dot gnu.org> --- (In reply to Paul Thomas from comment #5) > I believe that this is a regression in 16-branch. > > Paul That's correct - I believe it arose as a result of the fix to PR121475 which fixed a missed finalization of a function result. Once that was fixed, the duplicate finalization here became a problem.
