Intel® C++ Compiler for Linux* Knowledge Base

Submit New Article



Title Modified Date
error 409 when building boost libraries 1.40.0 with Intel compiler
error 409 when building boost libraries with Intel compiler
Author: Yang Wang (Intel)
Type: Software Defects
11/17/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.
Author: Brandon Hewitt (Intel)
Type: Software Defects
10/22/2009
Putting -lm Before User Objects/Libraries on Link Line Can Impact Performance
Recommended linking model: icc/icpc/ifort [user objs] [user libs] [sys libs] Using -lm (the GNU math library) prior to user-created objects or libraries causes the GNU libm to be used instead of the Intel math library, impacting performance.
Author: Brandon Hewitt (Intel)
Type: Software Defects
10/14/2009
Thread affinity compiler switches have no effect
Thread affinity compiler switches /Qpar-affinity (Windows*) or -par-affinity (Linux*) have no effect when the executable is run.
Author: Patrick Kennedy (Intel)
Type: Software Defects
09/24/2009
Numeric casting issue when during vectorization
The unsigned to double casting in the Intel C++ compiler 11.1 to produces correct result when vectoring. The compiler version 11.0 produces wrong result.
Author: Om Sachan (Intel)
Type: Software Defects
08/25/2009
Intel® compiler error #10236 issued when using -soname corrupts resulting shared library on Linux
Intel® Linux compilers issue compiler error #10236 and create invalid shared library when using -Xlinker with -soname
Author: Kevin Davis (Intel)
Type: Software Defects
08/21/2009
Intel® Fortran and C++ compilers – Invalid option -i turns on incremental linking on Linux
Both the Intel® Fortran and C++ compilers for Mac OS and Linux quietly ignore the unknown option "-i" and pass it to the linker.
Author: Kevin Davis (Intel)
Type: Software Defects
08/13/2009
no exception triggered for division by 0
Reference Number : 550589 / DPD200136408Problem version: Intel(R) C++ compiler upto 10.1.030Operating System : Windows & Linux* Problem Description : __try {     val = 5/0; }__except(1) {     ...
Author: Milind Kulkarni (Intel)
Type: Software Defects
08/11/2009
compiler internal error 0_1279
compiler internal error 0_0, 0_1279, 0_1208
Author: Yang Wang (Intel)
Type: Software Defects
07/20/2009
Warning: Unable to locate Debug Information Entry
11.0 linux compiler idb reports warning "Unable to locate Debug Information Entry"
Author: Yang Wang (Intel)
Type: Software Defects
07/12/2009
Internal Compiler Error
What to do when a compilation results in an Internal Compiler Error, catastrophic error, internal abort, code 1 or code 3 error.
Author: Steve Lionel (Intel)
Type: Software Defects
07/02/2009
'mpiexec -idb' fails to start the Intel GUI debugger correctly
If you use Intel MPI 3.0 or later, the 11.x Intel debugger (IDB) GUI fails to start correctly if launched via mpiexec. Doing 'mpiexec -idb ...' will bring up the GUI and an IDB console, but neither can be used to debug the MPI application.
Author: Patrick Kennedy (Intel)
Type: Software Defects
06/17/2009
Intel C++ compiler ignores attribute noinline
Intel C++ compiler is ignoring the "noinline" attribute if it is only on the definition.
Author: Om Sachan (Intel)
Type: Software Defects
06/15/2009
Intel® Premier support frequently asked questions
This Intel® Premier Support FAQ describes what it is, who is eligible, how to obtain a login ID, how to submit issues and how to get product updates.
Author: Chuck (Intel)
Type: Software Defects
05/21/2009
Openmp Reduction error
The Intel® C++ compiler version 11.0.081 and 11.0.081 for IA64 Linux is unable to reduce the reduction variable properly.
Author: Om Sachan (Intel)
Type: Software Defects
04/30/2009
Compiler cannot locate the mudflap header file mf-runtime.h
Catastrophic error: could not open source file "mf-runtime.h"
Author: Mark Sabahi (Intel)
Type: Software Defects
04/20/2009
Compiler incorrectly issues diagnostic 980: wrong number of actual arguments to intrinsic function
Getting warning #980 from std::cin.get(), std::ofstream and various other STL constructs.
Author: Mark Sabahi (Intel)
Type: Software Defects
03/26/2009
Inappropriate error: no instance of function template matches argument list
The compiler gives an inaccurate syntax error on a template function that takes a funtion pointer argument.
Author: Brandon Hewitt (Intel)
Type: Software Defects
03/12/2009
OpenMP* Loops with Function Calls for Bounds May Not Parallelize
Loops with function calls as bounds (such as STL end() calls) may not be compiled into parallel even if OpenMP APIs are explicitly used.
Author: Brandon Hewitt (Intel)
Type: Software Defects
03/12/2009
Using xilink with /Qipo and /Qparallel options may cause an Internal compiler error
Using xilink with "ipo" and "parallel" options simultaneously with the Intel(R) Compiler 11.0 initial release may cause an internal compiler error.
Author: Wendy Doerner (Intel),Kevin Davis (Intel)
Type: Software Defects
02/11/2009
don't use -fpic and -mcmodel together
The Intel compiler for Intel 64 Linux does not support the use of both -fpic and -mcmodel medium (or -mcmodel large) on the same command line.
Author: Martyn Corden (Intel)
Type: Software Defects
01/13/2009
HPCC-stream performance loss with the 11.0 compiler
The STREAM component of the HPCC benchmark suite runs more slowly with the initial release of the 11.0 compiler compared to version 10.1. This can be worked around by disabling function inlining.
Author: Martyn Corden (Intel)
Type: Software Defects
12/19/2008
Compiler 11.0 OpenMP programs exhibit high core usage
Compiler 11.0 C++ and Fortran OpenMP-enabled programs on Windows, Linux, and Mac OS X have high CPU utilization for all cores in a multi-core system, even if it is known that not all cores are being fully utilized. Setting KMP_BLOCKTIME has no effect.
Author: pbkenned
Type: Software Defects
11/20/2008
Intel® Debugger (IDB) for Linux - Error: A license for DbgL is not available
The Intel Debugger for Linux version 11.0 requires a license containing the DbgL component.
Author: Kevin Davis (Intel)
Type: Software Defects
11/07/2008
What you should know before requesting technical support
Please follow these guidelines when you submit a technical issue to Intel® Premier Support: Submit the issue under the correct product. Binary Name Intel® Premier Support Pr ...
Author: Mark Sabahi (Intel),Steve Lionel (Intel)
Type: Software Defects
09/19/2008