What do I need to look out for when I switch compilers from GCC 3.4.2 to a GCC 4.4.2 or to ICC?

Posted by Nathan Fellman on Stack Overflow See other posts from Stack Overflow or by Nathan Fellman
Published on 2010-04-25T12:32:53Z Indexed on 2010/04/25 12:43 UTC
Read the original article Hit count: 198

Filed under:
|
|

The project I'm working with is compiled with GCC 3.4.2. I'm considering switching to a newer compiler. However, the project is at a stage where we're not making any big changes if the risks aren't well known.

What sort of problems can I expect when switching compilers?

What benefits does GCC 4.x give over GCC 3.4.2?

What benefits does ICC give over it?

© Stack Overflow or respective owner

Related posts about gcc

Related posts about icc