This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Using EH from C revisited
- From: "Giovanni Bajo" <giovannibajo at libero dot it>
- To: "Stelios Xanthakis" <sxanth at ceid dot upatras dot gr>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Tue, 11 May 2004 10:46:37 +0200
- Subject: Re: Using EH from C revisited
- References: <Pine.GSO.4.21.0405111131150.68-100000@zenon.ceid.upatras.gr>
Stelios Xanthakis wrote:
> The way to raise exceptions at the moment
> is totally unportable and hard to maintain (an undocumented hack).
Then, why don't you use C++? If you use GNU C extensions you mean that your
generated code only compiles with GCC in the first place, which means that G++
is (or can be made) available.
Giovanni Bajo