From: Florian Krohm Date: Tue, 10 Mar 2015 20:48:07 +0000 (+0000) Subject: Announce support for Intel's ICC compiler. Fixes BZ #339542. X-Git-Tag: svn/VALGRIND_3_11_0~594 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4d7580b6d0b74e82adcc53950cc0fc69eddac2d;p=thirdparty%2Fvalgrind.git Announce support for Intel's ICC compiler. Fixes BZ #339542. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14998 --- diff --git a/NEWS b/NEWS index e31377354d..a4eb3f0ea1 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,9 @@ Release 3.11.0 is under development, not yet released. number of threads valgrind can handle. The default is 500 threads which should be more than enough for most applications. +* Valgrind can be built with Intel's ICC compiler. The required + compiler version is 14.0 or later. + * ==================== FIXED BUGS ==================== The following bugs have been fixed or resolved. Note that "n-i-bz" @@ -68,6 +71,7 @@ where XXXXXX is the bug number as listed below. 339156 gdbsrv not called for fatal signal 339288 support Cavium Octeon MIPS specific BBIT*32 instructions 339442 Fix testsuite build failure on OS X 10.9 +339542 Enable compilation with Intel's ICC compiler 339688 Mac-specific ASM does not support .version directive (cpuid, tronical and pushfpopf tests) 339745 Valgrind crash when check Marmalade app (partial fix)