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: c++ template help


anish.thomas@teradyne.com wrote:
Hello,

I am stuck and need some help.  I am taking the uWave embedded code that is
currently being compiled with Tornado 2.0 and 'porting' the code so that it
works with the new Tornado 2.2 (gcc 2.96 I believe) compiler (c++ code),
which is apparently more ANSI C++ compliant.
IIRC, g++ 2.96 was a briefly supported Red Hat, not GNU, compiler, so is not new nor something where you could count on support from this list. You would require a much more recent version of g++ if you are looking for standards compliance. Of course, you might have better luck if you used g++ rather than gcc, where you want a C++ compiler.


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