https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125391
--- Comment #11 from Mikael Morin <mikael at gcc dot gnu.org> --- (In reply to Mikael Morin from comment #8) > > The first two are those diagnosed in comment #5 (pre and post block dropped, > and finalizer called in the wrong place/context). Paul's patch in comment > #6 prevents them from appearing, but I think they remain latent. > The pre and post block dropped would be automatically fixed if the double evaluation is fixed. I will try to produce an example for the misplaced finalizer call generation.
