RE: [GD-Linux] Intel's C++ compiler
Brought to you by:
vexxed72
From: Daniel V. <vo...@ep...> - 2001-11-06 23:54:20
|
> I think you have the first post here Daniel :-) :) > I've been willing to, but haven't looked at Intel's C++ compiler for Linux > yet .. but I hear they have a 30 days demo available. Anyone else? I'm concerned about the time involved to get it up and running just to realize that there are either the same or different issues. > Is your template code related to STL, or fully custom? Do you know what Custom - nothing fancy just some very basic template usage. In one case I had to explicitely instantiate a template to make it compile and in another case no mojo worked to get it to compile with gcc >= 2.96. Also gcc >= 3.0 now warns about multi-line literals being deprecated and I couldn't find a way to turn off that warning - the code in question isn't even compiled (#ifdef'ed out for another platform) and apparently the warning in this case is by design... sigh. 2.95.3 (couldn't use 2.95.2 due to glibc incompatibilities) compiled the code fine except one occurance I solved by using explicit instantiation. > exactly are the template features missing in gcc? I believe the official > stable version of gcc is still a 2.95.X anyway? Yes but 2.95.x doesn't support 2 byte Unicode :) > PS: SourceForge's new email policy of setting reply to to the poster > blows. Yup. - Daniel Vogel, Programmer, Epic Games Inc. |