This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]