This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Bingo! (was: Re: C++/6527: destructors called in wrong order: regressionfrom 3.0.x)


Mark Mitchell wrote:

> 2002-04-23  Jason Merrill  <jason@redhat.com>
>
>     PR c++/5504 - but re-breaks c++/411
>     * init.c (push_base_cleanups): Rename to perform_base_cleanups.
>     Expand base cleanups now rather than pushing them.
>     * decl.c (begin_destructor_body): Don't call push_base_cleanups.
>     (finish_destructor_body): Call perform_base_cleanups.
>     * cp-tree.h: Adjust prototype.
>
> Would you try reverting this patch and see what happens?  That's
> one thing that's been in this area recently.


Mark --

Reverting this patch indeed fixes c++/6527!

But now? I think you all agreed that c++/5504 was release critical?!?

Paolo.






Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]