We have started using Intel C 18.0 on Linux 64 bit.
We have seen issues where we have to reduce optimization level from O3 to O2 in order for the code to work correctly. The same code work fine with Intel C 16 using O3.
Has O3 been improved/changed in V18? I know this is very weak report but do have suggestions for what we can do?