On Fri, 6 Aug 2004 15:23:02 -0700 (PDT), Dennis Handly <dhandly at cup.hp.com> wrote: >>From: Jason Merrill <jason at redhat.com> >>If cleanup throws, you need to call __cxa_guard_release, so it also needs >>to be in the throw path somehow. > > Or do __cxa_guard_release before that cleanup. Yes, I suppose that would also work. Jason