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]

Re: Embedded C++


>>>>> Brendan Simon <brendan@dgs.monash.edu.au> writes:

 > Does egcs support the embedded C++ standard (EC++) ?
 > If not, is there any intention to ?

egcs supports the performance gains of EC++ if you specify
`-fno-exceptions -fno-rtti'.  There seems no need to pedantically enforce
an arbitrary semi-subset of the language.

Jason


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