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: dstarner98 at aasaa dot ofe dot org, gcc at gcc dot gnu dot org
- Subject: Re: (lack of) Thread-safe exceptions on AIX (gcc-2.95.1)
- From: Mike Stump <mrs at windriver dot com>
- Date: Mon, 31 Jan 2000 18:44:38 -0800 (PST)
> Date: Mon, 31 Jan 2000 18:25:02 -0600
> From: David Starner <dvdeug@x8b4e53cd.dhcp.okstate.edu>
> Interesting. Wouldn't it be better just to add C++ exception
> handling, though?
Yeah, I think this is a good idea. An existing International Standard
is a whee bit better that some usoft extension. Though, C will need
__try and __catch as well.