| June 22, 2009 9:00 PM PDT | |
Reference Number : DPD200110663
Version : 11.0.066
Operating System : Windows, Linux
Problem Description : When an application is compiled using /Qipo for Windows* (-ipo for Linux*) and /Qparallel for Windows* (-parallel for Linux) and the final link is performed by invoking the xilink utility directly, this may result in an internal compiler error.
Independent use of either "ipo" or "parallel" and linking with xilink will avoid the internal error. This issue applies only to the 11.0.xxx release of the Intel(R) C++ Compiler with Build Date: 20081105 or later.
The two compilation steps shown below demonstrate how the error can occur:
icl -c /Qipo /Qvc9 /Qparallel .\matmul.c
Intel(R) C++ Compiler Professional for applications running on IA-32, Version 11.0 Build 20081105 Package ID: w_cproc_p_11.0.066
Copyright (C) 1985-2008 Intel Corporation. All rights reserved.
matmul.c
xilink /OUT:".\matmul.exe" .\matmul.obj
ipo: remark #11001: performing single-file optimizations
ipo: remark #11005: generating object file ipo_33606obj.obj
....\matmul\test\matmul.c(26):
(col. 4) remark: LOOP WAS AUTO-PARALLELIZED.
...matmul\test\matmul.c(36):
(col. 4) remark: LOOP WAS AUTO-PARALLELIZED.
(0): internal error: backend signals
xilink: error #10014: problem during multi-file optimization compilation (code 4)
xilink: error #10014: problem during multi-file optimization compilation (code 4)
Resolution Status : This issue is resolved in the Intel(R) C++ Compiler 11.0.072. In lieu of upgrading, as a work-around, use either the "parallel" or "ipo" option only.
[DISCLAIMER: The information on this web site is intended for hardware system manufacturers and software developers. Intel does not warrant the accuracy, completeness or utility of any information on this site. Intel may make changes to the information or the site at any time without notice. Intel makes no commitment to update the information at this site. ALL INFORMATION PROVIDED ON THIS WEBSITE IS PROVIDED "as is" without any express, implied, or statutory warranty of any kind including but not limited to warranties of merchantability, non-infringement of intellectual property, or fitness for any particular purpose. Independent companies manufacture the third-party products that are mentioned on this site. Intel is not responsible for the quality or performance of third-party products and makes no representation or warranty regarding such products. The third-party supplier remains solely responsible for the design, manufacture, sale and functionality of its products. Intel and the Intel logo are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other names and brands may be claimed as the property of others.]
Version : 11.0.066
Operating System : Windows, Linux
Problem Description : When an application is compiled using /Qipo for Windows* (-ipo for Linux*) and /Qparallel for Windows* (-parallel for Linux) and the final link is performed by invoking the xilink utility directly, this may result in an internal compiler error.
Independent use of either "ipo" or "parallel" and linking with xilink will avoid the internal error. This issue applies only to the 11.0.xxx release of the Intel(R) C++ Compiler with Build Date: 20081105 or later.
The two compilation steps shown below demonstrate how the error can occur:
icl -c /Qipo /Qvc9 /Qparallel .\matmul.c
Intel(R) C++ Compiler Professional for applications running on IA-32, Version 11.0 Build 20081105 Package ID: w_cproc_p_11.0.066
Copyright (C) 1985-2008 Intel Corporation. All rights reserved.
matmul.c
xilink /OUT:".\matmul.exe" .\matmul.obj
ipo: remark #11001: performing single-file optimizations
ipo: remark #11005: generating object file ipo_33606obj.obj
....\matmul\test\matmul.c(26):
(col. 4) remark: LOOP WAS AUTO-PARALLELIZED.
...matmul\test\matmul.c(36):
(col. 4) remark: LOOP WAS AUTO-PARALLELIZED.
(0): internal error: backend signals
xilink: error #10014: problem during multi-file optimization compilation (code 4)
xilink: error #10014: problem during multi-file optimization compilation (code 4)
Resolution Status : This issue is resolved in the Intel(R) C++ Compiler 11.0.072. In lieu of upgrading, as a work-around, use either the "parallel" or "ipo" option only.
[DISCLAIMER: The information on this web site is intended for hardware system manufacturers and software developers. Intel does not warrant the accuracy, completeness or utility of any information on this site. Intel may make changes to the information or the site at any time without notice. Intel makes no commitment to update the information at this site. ALL INFORMATION PROVIDED ON THIS WEBSITE IS PROVIDED "as is" without any express, implied, or statutory warranty of any kind including but not limited to warranties of merchantability, non-infringement of intellectual property, or fitness for any particular purpose. Independent companies manufacture the third-party products that are mentioned on this site. Intel is not responsible for the quality or performance of third-party products and makes no representation or warranty regarding such products. The third-party supplier remains solely responsible for the design, manufacture, sale and functionality of its products. Intel and the Intel logo are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other names and brands may be claimed as the property of others.]
Do you need more help?
This article applies to: Intel® C++ Compiler for Linux* Knowledge Base, Intel® C++ Compiler for Windows* Knowledge Base
For more complete information about compiler optimizations, see our Optimization Notice.
Comments (3) 
| January 4, 2010 4:24 PM PST
Wendy Doerner (Intel)
| I have retested the original test case and it still works with the 11.1.054 compiler, so I will need a test case from you with command line invocation so that I can reproduce here. Look like you have encountered a new cause of an internal compiler error. You can file a test case either at premier.intel.com or by posting it to our forum at software.intel.com. |
| January 5, 2010 9:08 AM PST
Lexi S (Intel)
| testing comment feature. |
Trackbacks (0)
Leave a comment 
To obtain technical support, please go to Software Support.
Author
Wendy Doerner (Intel)
| ||
Kevin Davis (Intel)
|
Tags for this Page


david x callaway
1>Compiling with Intel(R) C++ 11.1.054 [IA-32]... (Intel C++ Environment)
which we are currently evaluating.