This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: catch(...) and forced unwind
- From: "Zack Weinberg" <zack at codesourcery dot com>
- To: Ulrich Drepper <drepper at redhat dot com>
- Cc: mark at codesourcery dot com, David Abrahams <dave at boost-consulting dot com>, Jason Merrill <jason at redhat dot com>, Nathan Myers <ncm at cantrip dot org>, gcc at gcc dot gnu dot org, Richard Henderson <rth at redhat dot com>, Benjamin Kosnik <bkoz at redhat dot com>, Jakub Jelinek <jakub at redhat dot com>, wekempf at cox dot net, fjh at cs dot mu dot oz dot au
- Date: Mon, 15 Dec 2003 17:18:41 -0800
- Subject: Re: catch(...) and forced unwind
- References: <xypwu91ofvf.fsf@miranda.boston.redhat.com> <ud6at1wvg.fsf@boost-consulting.com> <xypekv9nr9u.fsf@miranda.boston.redhat.com> <u65gkyhv4.fsf@boost-consulting.com> <20031214035909.GE2416@tofu.dreamhost.com> <xypk74xltaa.fsf@miranda.boston.redhat.com> <ullpdlksl.fsf@boost-consulting.com> <1071533274.17756.31.camel@doubledemon.codesourcery.com> <3FDE5009.70404@redhat.com>
Ulrich Drepper <drepper@redhat.com> writes:
>> If the exception is caught, fine, the thread is not cancelled.
>
> No. A canceled thread cannot continue. Period. There is no room for
> discussion.
You have said this repeatedly and you have never explained why.
zw