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
|
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
|
Unresolved External Symbol Error at Link Phase when Enabled "/Qlong_double"
Compiler will report unresolved external symbol error at link stage if enable /Qlong_double option and use C++ stream to pass numerical variables Author: Yolanda Chen (Intel) Type: Software Defects |
08/19/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
|
Stack Frame Run-time Check incompatible with Microsoft* Visual C++ x64
Microsoft Visual C++ x64 RTC integration with Intel C++ Compiler for Windows on stack frame check Author: Yolanda Chen (Intel) Type: Software Defects |
08/02/2009
|
How to create a preprocessed file (.i file)
Usually when there's a compiler bug, we will need a testcase. Otherwise we won't be able to find the problem and verify the fix. Because we won't be able to have the same environment as yours, we will ... Author: Jennifer Jiang (Intel),Mark Sabahi (Intel) Type: Software Defects |
07/23/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
|
error #1909: complex integral types are not supported
Problem:This is a small piece of code:-- (exam.c)extern int __acc_cta[1-2*!(sizeof(0i64) >= 8)];extern int __acc_cta[1-2*!(sizeof(0ui64) >= 8)];int main(){return 0;}compile using 10.1.030 or less ... Author: Milind Kulkarni (Intel) Type: Software Defects |
07/17/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
|
Unable to set compiler option /Qfp-speculation from IDE
The compiler option /Qfp-speculation from IDE is not being set properly. You may set this option from command line property page as work around. Author: Mark Sabahi (Intel),Om Sachan (Intel) Type: Software Defects |
07/02/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
|
Access violation error when registering a DLL using regsrv32 or loading a DLL using LoadLibrary()
Access violation error when using regsvr32 to register a DLL or using LoadLibrary() to load a DLL built with Intel(R) C++ Compiler packages w_cc_p_10.1.029 or w_cproc_p_11.0.066. Author: Mark Sabahi (Intel) Type: Software Defects |
04/24/2009
|
Project properties changed when configuring to use Intel C++ Compiler
Reference Number : DPD200036725, DPD200037715Version : 10.xOperating System : Windows*Problem Description : When switching to use the Intel C++ Compiler, some project properties got changed. This is ... Author: Jennifer Jiang (Intel) Type: Software Defects |
04/14/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
|
Intel C++ compiler error handling __VA_ARGS__ macro parameter
The Intel Windows 11.0 C++ compiler (or earlier) may produce "error: expected a ")" when compiling the __VA_ARGS__ macro parameter, if it is the operand of the " ## " concatenation operator. This is planned to be fixed in the 11.1 compiler. Author: pbkenned Type: Software Defects |
03/10/2009
|
Allow old style template function specialization syntax on Windows*
error: an explicit template argument list is not allowed on this declaration Author: Jennifer Jiang (Intel) Type: Software Defects |
02/18/2009
|
Link error: fatal error LNK1285: corrupt PDB file 'xxx.pdb'; delete and rebuild
Problem : DPD200049849-Link error "fatal error LNK1285: corrupt PDB file 'xxx.pdb'; delete and rebuild"Environment : Windows* IA32 or Intel(R) 64 Operatin System; Intel C++ Compiler 10.1.029 or older ... Author: Jennifer Jiang (Intel) Type: Software Defects |
02/11/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
|
FNPLicensingService64.exe errors
FNPLicensingService64.exe aborts with error. Author: Ronald W. Green (Intel) Type: Software Defects |
02/06/2009
|
Incorrect error: argument of mmintrin type is incompatible with parameter of same type
When using SSE intrinsics, you may see a confusing and inappropriate error from the Intel® C++ Compiler. Author: Brandon Hewitt (Intel) Type: Software Defects |
01/29/2009
|
Visual Studio 'Link Library Dependencies' for Intel Fortran and C++
The Visual Studio Linker (or Librarian) General property 'Link Library Dependencies' is now available for Windows Visual Fortran
and C++ Compiler 11.0 projects. Author: Patrick Kennedy (Intel) Type: Software Defects |
01/28/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
|
__restrict qualifier not recognized causing LNK2019 linker errors
The Intel compiler doesn't mangle functions or variables using the __restrict keyword like Microsoft does, causing unresolved symbol errors at link time. Type: Software Defects |
10/31/2008
|