This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Userspace threads and C++ exceptions
- To: mgittens at gits dot nl
- Subject: Re: Userspace threads and C++ exceptions
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Mon, 19 Jun 2000 21:19:03 +0200
- CC: gcc at gcc dot gnu dot org
- References: <001401bfda1c$2ade1480$ec976dc2@caleb..gits.nl>
> My original question was thus: Is there a way to get C++ exceptions
> working with such home grown thread implementations.
Yes, it would work. You'd have to adopt gthr.h for that library,
though.
Regards,
Martin