This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: (lack of) Thread-safe exceptions on AIX (gcc-2.95.1)
- To: gcc at gcc dot gnu dot org
- Subject: Re: (lack of) Thread-safe exceptions on AIX (gcc-2.95.1)
- From: David Starner <dvdeug at x8b4e53cd dot dhcp dot okstate dot edu>
- Date: Mon, 31 Jan 2000 18:25:02 -0600
- References: <Pine.LNX.3.95.1000131154334.22341A-100000@lima.mudlib.org>
- Reply-To: dstarner98 at aasaa dot ofe dot org
On Mon, Jan 31, 2000 at 03:45:44PM -0800, Bill Tutt wrote:
> The Microsoft exception handling in C syntax is described at: (SEH)
> http://msdn.microsoft.com/library/devprods/vs6/visualc/vccore/_core_exception_handling_topics_.28.seh.29.htm
>
> The relavent keywords are: __try, __except, and __finally.
Interesting. Wouldn't it be better just to add C++ exception handling, though?
It's substantially the same, but C++ EH is more general and has clear effects
with C++ EH over current implementations. Less of a learning curve for most
people, and if anyone needs Microsoft EH, it shouldn't be that hard to port
over.
--
David Starner - dstarner98@aasaa.ofe.org
If you wish to strive for peace of soul then believe;
if you wish to be a devotee of truth, then inquire.
-- Friedrich Nietzsche