Using EH from C revisited
Stelios Xanthakis
sxanth@ceid.upatras.gr
Tue May 11 19:55:00 GMT 2004
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
More information about the Gcc
mailing list