error 010101_0
Greetings,I was trying (latest) ICC 15.0.1 (Update 1) and got this error in LTCG IPO phase:c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\thread(55) (col. 3): : error : 010101_0any ideas?
View ArticleWebinar on compute offload to Intel(R) Processor Graphics
Compute offload feature to Intel(R) Processor Graphics is a new feature introduced in Intel(R) System Studio 2015. A webinar is scheduled on Dec 3rd which will brief on what this new feature has to...
View ArticleHow to fix Warning: mysql_fetch_array() expects parameter 1 to be resource,...
I'm making a private messaging system. But I got the error message just like this again an again.Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in...
View ArticleRemoving older service packs?
Hi all,I don't know that this is the right place to ask this question, but I don't see a better place. Can I remove older service packs of Composer XE by just removing the directory (for example,...
View ArticleCrash with boost::shared_ptr and -check-uninit
Hi,the sample program below crashes if compiled with icc sample.cpp -std=c++11 -check=uninitwith the Intel C++ compiler v14 on Linux (Suse Linux Enterprise Desktop 11) - it claims that some variable...
View ArticleXcode 6.1, ICC 15 Error clang: error: unknown argument: '-ftrapuv'
Hi, i just installed XCode6.1 and Intel Parallel Studio XE 2015 Composer Edition Udate 1.if the compiler wants to compile a .mm file i receive a error massage, telling invalid argument:clang: error:...
View ArticleReg: OpenMP version in icc 14.0
Hi,i have icc 14.0.1.106 build 20131008 on my system. How can i find the version of OpenMP.Thankssivaramakrishna
View ArticleProject fails to compile after 2015 Update 1
I've just applied Update 1 of the 2015 toolset and now cannot even build projects. I'm getting the following message:C:\Program Files...
View Articleanonymous union with an anonymous struct
Hello, this is my compiler's information: ICPC Intel(R) 64, Version 14.0.2.144 Build 20140120 the source code example is not intricacy:struct vect3{ int x,y,z; vect3(int _x,int _y,int...
View Articleincorrect types for Intrinsics for Packed Test Operations in the User and...
In the User and Reference Guide for the Intel® C++ Compiler 15.0; the the Syntax of several intrinsics in the Intrinsics for Packed Test Operations section lists incorrect formal parameter types and/or...
View ArticlePerformance issue with icpc
I'm currently experiencing some performance problems using the icpcp compiler in the composer_xe_2015 suite. I attach the very simple driver I have used below: it has been compiled with the -O3 flag,...
View ArticleProblem with environment variables
Hello, I installed the intel compiler without much problem, but I'm having some problems with the variablesI did run the script like this:source /opt/intel/bin/iccvars.sh ia32Then I can run the...
View ArticleAnyone is guru in IEEE 128-bit float for x64 AVX target helping me?
Greetings,I found out that C++ function "std::isfinite ()" is so slow, so I have decided to write my own function killing NAN's and/or INF's and turn them into zero. My code follows:bool...
View ArticleI/O Library for Visual C++ 2005
Dear IntelVery kindly pleasant information about Intel I/O library for Visual C++ .
View Articleinternal error: assertion failed at: "shared/cfe/edgcpfe/lower_name.c", line...
I seem to have uncovered yet another internal compiler error with the current 15.0.0 Intel C++ compiler (using C++11):#include <cstdio> template<class Functor, typename IndexT, void...
View Articleconstexpr bug with c++ compiler version 15
The following code compiles fine with clang and gcc but gives this error with icc: icc -std=c++11 problem.cpp problem.cpp(12): error: expression must have a constant value , typename...
View ArticleOptimization problem with int to long int cast
An integer overflow may be ignored if an int value is assigned to a long int variable. The problem does not occur if optimization is turned off (compiler version 13.1) or reduced to -O1 (compiler...
View ArticleCannot find C headers using any compiler on OS X Yosemite
I just tried compiling some C sources using different compilers (gcc-4.9 and icc-15) and I get errors of the type “cannot find ctype.h” and other standard system libraries. I am not a Mac wizard (more...
View Articlemethod constexpr bug with c++ compiler 15
icc give an error when using a constexpr function in the context of a method function template, though the same function is correctly recognized as a constexpr in other contexts.I appended an example...
View Article