This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Using EH from C revisited
- From: Stelios Xanthakis <sxanth at ceid dot upatras dot gr>
- To: Giovanni Bajo <giovannibajo at libero dot it>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 11 May 2004 22:55:25 +0300 (EET DST)
- Subject: Re: Using EH from C revisited
On Tue, 11 May 2004, Giovanni Bajo wrote:
>
> 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.
>
Because other 'C compilers' may choose to implement good GNUC extensions.
icc already has all that's needed to compile linux kernel for example.
(although producing EH in reallity implies that there's C++ around
somewhere)
Anyway, I'd like *at least* to work with gcc-core. At the moment,
gcc-core-3.4 is enough for -fexceptions, cleanups and the unwind.h
library. There's no way lwc can depend on C++!
Stelios