Created attachment 96240 [details] Proposed patch - Tests "varinfo3" and "varinfo5" use compiler-dependent variable names; these names are later filtered. Variable names, generated by Intel compiler, do not match the existing filter pattern. This patch updates the filter pattern in file "filter_varinfo3". - Reported line numbers differ from expected ones for intel-compiled test applications “insn-pcmpistri” and “insn-pmovmskb”. The reported line numbers are correct, so the patch adds alternative expected test results. - In intel-compiled test "memalign_test", function call stack is different from the expected one (due to compiler optimization). Adding an alternative expected test result. The differences between added .exp-icc files and corresponding .exp files are listed in memcheck_deltas.diff file.
Created attachment 96241 [details] Differences between proposed .exp-icc files and corresponding .exp files