- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
icl /c -arch:SSE /EHa internal_error_0_13122.cpp
The error does not occur with out -arch:SSE.
I created internal_error_0_13122.cpp by adding the /E and /EP options and piping to the file.
I did not get the two warnings before piping to the file.
My original command line was much longer but only -arch:SSE made a difference with regards to the error.
Any help would be greatly appreciated.
Full compiler version string:
Intel C++ Compiler Professional for applications running on IA-32, Version 11.1 Build 20101201 Package ID: w_cproc_p_11.1.070
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It would be better if you could move to latest Intel compiler as even if there is an issue with 11.1 compiler, it will not get fixed in 11.1 ( too old to fix). If the issue is reproducible using 12.x then it compiler team will fix it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My employer purchased the Intel compiler on my recommendation to improve performance in our scientific applications. Although we have measured performance gains I've run in to more frequent and more serious problems than I've experienced with the GNU or MS compilers. Most of these problems are documented by my reports in this forum. Not one of the issues was resolved satisfactorily. We've just worked around them.
I've noticed the general policy in this forum is that either a black belt comes a long and tells you your stupid or your told your using the wrong version. I develop mostly in Linux so usually find bugs there but also build in Windows and OSX in our automated build system. Just mentioning Linux is usually enough to get a "it works fine in Windows, case closed" response.
Our support period has run out but it seems to me that Intel should offer free upgrades since We've been sold a broken product that the company is unwilling to fix. My alternative is just to drop the Intel compiler altogether. I understand that it's not cost effective to continue to support 11.1 indefinitely but I hope you see my point of view.
I don't want to come off as a complete a-hole but I'm a developer under the gun with an ever growing pile of work and I don't need to be wasting time dealing with compiler problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
According to my understanding, /arch:SSE isn't a supported option, and any documentation mention of this option is a documentation bug. I do agree, the docs ought to have been fixed earlier. If that option exists, it would seem to be an analog of the former option /QxK which wasn't supported adequately after ICL 8.1. There no longer is a separate SSE math library for ICL; if you want to run without SSE2, you require the IA32 math library.
The only supported option for compatibility with P-III is /arch:IA32. Several ISVs have had to drop support for P-III compatible CPUs, as none of the compiler vendors have the resources to support them properly, and it requires excessive QA on the part of the ISV as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/cpp/lin/compiler_c/copts/common_options/option_arch.htm
It says "SSE This is the same as specifying IA32."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If so, submit an issue on Premier Support, they might be able to help.
https://premier.intel.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I might be able to help you out here. I'll send you a private message.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page