Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Is 9.0 Intel C++ compiler backword compatible with 8.0 ?

zhili
Beginner
302 Views
Is 9.0 Intel C++ compiler backword compatible with 8.0 ?
I.e, codes that are compiled with 8.0 will be compiled with 9.0 ?
Thanks.
0 Kudos
2 Replies
Maximillia_D_Intel
302 Views

The compiler does not guarantee strict backwards compatibility nor are there 9.0 options that provide this functionality (like a 8.0 compat switch).

Have you seen an issue where this is not the case?

I would expect 9.0 to be able to compile code that was compiled with 8.0 and if not, it may be worth an issue submission to premier support.

One thing to be aware of though, the default C++ libraries changed between 8.0 and 9.0 so you may see some differences there, but again it all depends.

Max

0 Kudos
dmatt001
Beginner
302 Views
I have found apps with mixed v8 and v9 libraries to segfault.

HTH,

Matt
0 Kudos
Reply