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]

Re: EH in C (was: Re: (lack of) Thread-safe exceptions on AIX (gcc-2.95.1)


On Tue, Feb 01, 2000 at 12:19:42AM -0800, Richard Henderson wrote:
> On Tue, Feb 01, 2000 at 12:31:21AM -0700, llewelly@198.dsl.xmission.com wrote:
> > This is what catch(...) { throw;} is for. It works just like finally.
> 
> No it doesn't -- __finally *always* runs, whether an
> exception is thrown or not.

The other thing to consider here is we probably don't want to drag all
of RTTI into C.

zw

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