Re: try, finally

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jason Cipriani wrote:

> Does GCC have anything similar to the MS and Borland compiler's __try
> and __finally keywords? When using GCC I often find that I have code

Adding SEH support to gcc has been tossed around for years but nothing
usable has yet to come of it.  You can still use SEH through
SetUnhandledExceptionFilter() or by manipulating the exception chain at
%fs:0 manually, but there is no built in compiler support for it.

Brian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux