Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intel C++ compiler: What is highest GCC version compatibility?

I am using the latest Intel C++ compiler, icpc 15.0.1 (2014-10-23). The -gxx-name compiler option indicates to icpc what gcc libraries and language compatibility the developer desires. However, the documentation does not list the maximum version number for gcc compatibility. Is 15.0.1 compatible with gcc 4.9.x? Please provide links to documentation if available.

like image 362
ThomasMcLeod Avatar asked Mar 26 '26 13:03

ThomasMcLeod


1 Answers

After much searching, I found that the information is contained in the compiler release notes, linked here. For the compiler of interest, the release notes say:

gcc versions 4.1-4.9 supported

like image 86
ThomasMcLeod Avatar answered Mar 28 '26 04:03

ThomasMcLeod



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!