This is the mail archive of the gcc-help@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: compiling using version 3.2.3 vs. 2.96


Hi Ramji,

GCC 3.2.3 is pretty close to compliance with ISO 14882.

The 2.96 compiler from Red Hat predates the ISO 14882 standard.

Errors between proto-C++ and standard C++ are to be expected.

The way to fix it is to change the non-compliant C++ code to be compliant.

HTH,
--Eljay


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