]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Announce support for Intel's ICC compiler. Fixes BZ #339542.
authorFlorian Krohm <florian@eich-krohm.de>
Tue, 10 Mar 2015 20:48:07 +0000 (20:48 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Tue, 10 Mar 2015 20:48:07 +0000 (20:48 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14998

NEWS

diff --git a/NEWS b/NEWS
index e31377354d98578c47f171b4bbdf9e5ebda55233..a4eb3f0ea1e80ba2f8289e6dd0dcd1af4bb2cb7d 100644 (file)
--- 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)