Intel® IPP Library 6.1 Fixes List
A detailed list of bug fixes in Intel IPP library v6.1 Type: Errors and Diagnostics |
error bug IPP fix known issue IPP Delphi sample IPP zlib UIC Picnic |
11/07/2011
|
"The system cannot find the path specified" when building samples using Intel® Threading Building Blocks
The post-build copy step of Intel® Threading Building Blocks in certain product samples fails in Microsoft Visual C++ 2010*. Type: Errors and Diagnostics |
|
09/12/2011
|
Diagnostic 10182: disabling optimization; runtime debug checks enabled
Warning about using runtime checks and optimization together. All optimizations will be disabled. Type: Errors and Diagnostics |
error warning remark optimization Runtime check |
07/07/2011
|
Intel C++ Compiler XE 12.0.targets(206,5): error : backend signals
Compiler reports (206,5): error : backend signals when compiling a file. Type: Errors and Diagnostics |
backend signals Intel C++ Compiler XE 12.0.targets |
06/16/2011
|
internal error: 0_1204 when openmp used with try-catch
internal error: 0_1204 when openmp used with exception handling Type: Errors and Diagnostics |
C++ exception Openmp backend error |
06/09/2011
|
mathimf.h is incompatible with system math.h
mathimf.h problem with VS2010 Type: Errors and Diagnostics |
|
06/07/2011
|
Diagnostic 1757: virtual entity-kind
Compiler reports error #1757 when a pure virtual function in an unnmaed namespace is not defined inside the namespace. Type: Errors and Diagnostics |
error warning remark |
01/03/2011
|
Don't optimize when using -ftrapuv for uninitialized variable detection
The switch /Qtrapuv (-ftrapuv) for detecting certain uninitialized variables is designed to work with optimization disabled Type: Errors and Diagnostics |
uninitialized |
12/23/2010
|
Intel® Cilk™ Plus Requires Intel® Streaming SIMD Extensions 2 Support
The Intel® Cilk™ Plus runtime uses Intel® Streaming SIMD Extensions 2 instructions, and so will cause exceptions if run on cpus older than Pentium® 4. Type: Errors and Diagnostics |
Intel® Cilk™ Plus |
10/22/2010
|
Diagnostic 15019: loop was not vectorized: subscript too complex
The compiler does not vectorize the loop with "condition too complex message" Type: Errors and Diagnostics |
error warning remark |
10/19/2010
|
Using "DEFINE_GUIDSTRUCT" causes "type name is not allowed" error
Compiler reports "Error:type name is not allowed" when DEFINE_GUIDSTRUCT is used. Type: Errors and Diagnostics |
|
10/18/2010
|
Value of private variable is undefined inside the simd loop
Compiler does not initialize the value of the private variable correctly inside the simd loop. Type: Errors and Diagnostics |
|
09/26/2010
|
SIMD loop doesn't vectorize when referencing private variable outside the loop
Compiler reports "loop was not vectorized: conditional assignment to a scalar" when referencing a local variable with Private attribute outside the SIMD loop. Type: Errors and Diagnostics |
simd loop |
09/26/2010
|
Invalid "error #2593: calls to non-vector function are not supported in vector function" at /Od or /O1
Compiling an elemental function containing a standard library math function like sqrt will incorrectly cause an error at certain optimization levels. Type: Errors and Diagnostics |
elemental functions ClosedSWDefect |
09/01/2010
|
Backend Signals error when compiling code including Intel® Cilk™ Plus headers
Compiler can sometimes randomly crash when compiling multiple files on the same command line or in the IDE that #include Intel® Cilk™ Plus header files Type: Errors and Diagnostics |
backend signals Intel® Cilk™ Plus |
08/26/2010
|
Diagnostic 646: parameter of abstract class type
Cause:When declaring a parameter with the type of an abstract base class
Example:
class CBase { virtual void foo() = 0; }; class A: public CBase { void foo(); }; void testfoo(CBase b); // not allo ... Type: Errors and Diagnostics |
error warning remark |
08/22/2010
|
Diagnostic 269: invalid format string conversion
Compiler reports warning #269: invalid string conversion Type: Errors and Diagnostics |
error warning remark |
12/07/2009
|
Consolidating .dyn files may cause error "Dyn corrupt"
Problem : Corrupt .dyn file error message is generated when you attempt to consolidate .dyn files with profmerge or Intel compiler. When you use Intel compiler with /Qprof-use (on Windows) or -prof- ... Type: Errors and Diagnostics |
|
12/06/2009
|
Diagnostic 181: argument is incompatible with corresponding format string conversion
Compiler reports warning #181: argument is incompatible with corresponding format string conversion Type: Errors and Diagnostics |
error warning remark |
11/18/2009
|
Diagnostic 319: name followed by "::" must be a class or namespace
Compiler reports error: name followed by "::" must be a class or namespace name Type: Errors and Diagnostics |
error warning remark |
11/18/2009
|
Diagnostic 109: expression must have (pointer-to-) function type
Compiler reports error: expression must have (pointer-to-) function type Type: Errors and Diagnostics |
error warning remark |
11/18/2009
|
Diagnostic 1881: argument must be a constant null pointer value
explanation of diagnostic #1881 Type: Errors and Diagnostics |
error warning remark |
11/16/2009
|
Compiler issues the message "Catastrophic error: unable to obtain mapped memory (see pch_diag.txt) "
Compiler reports "unable to obtain mapped memory" when processing precompiled header files. Type: Errors and Diagnostics |
|
10/22/2009
|
Warning #677: memory usage conflict with precompiled header file seen on Windows* XP and Linux*
Memory allocation problems with precompiled headers can cause this warning. Type: Errors and Diagnostics |
usage memory warning pch precompiled headers conflict 677 |
10/22/2009
|
Diagnostic 10120: overriding <option> with <option>
explanation for diag #10120 Type: Errors and Diagnostics |
error warning remark |
10/02/2009
|