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: correctness and comprehensiveness of compilers [was: Re: C compiletime]


Wolfgang Bangerth wrote:
 icc may be fast, but that isn't enough. We use icc as a good
compliance checker for standards conformance of our code ;-)

I've always liked having more than one compiler for a given platforms, for the very reason you cite. I find my code is more portable and reliable if I can make it work with several compilers.


That said, I've not found code that won't compile correctly with icc, but that may very well be the fact that I use it almost exclusively for code of my own invention, or standardized benchmarks that tend not to stress language features.

--
Scott Robert Ladd
Coyote Gulch Productions (http://www.coyotegulch.com)
Professional programming for science and engineering;
Interesting and unusual bits of very free code.


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