Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28633 Discussions

fortcom: Fatal: There has been an internal compiler error (C0000005).

phall
Beginner
453 Views
Hello,
On 64Bit Windows using;
C:Documents and Settingsphall>ifort
Intel Fortran Compiler for Intel EM64T-based applications, Version 8.1
Build 20060202 Package ID: w_fce_pc_8.1.023
Copyright (C) 1985-2006 Intel Corporation. All rights reserved.
I keep getting;
C:Documents and Settingsphall>ifort -c -nologo -G7 -warn:all,nodeclarations,n
oignore_loc -integer_size:64 -Od -MD -Z7 -FoZ:cs_work2debugxfobexec.obj Z:
cs_work2debugxfobexec.for
Z:cs_work2debugxfobexec.for(15) : Warning: Because of COMMON, the alignment
of object is inconsistent with its type [QPMMLX]
LOGICAL QWTZRO,QFILTR,QSHEAD,QINTMC,QINTAC,QPMMLX
-------------------------------------------------^
fortcom: Fatal: There has been an internal compiler error (C0000005).
compilation aborted for Z:cs_work2debugxfobexec.for (code 1)
The only other message in these forum boards that is similar to this suggests using8.1.023 which I am.
This file compiles just fine in 32bit Windows, but errors out on 64 bit.
Any ideas?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
453 Views
If you can reproduce the problem with the current compiler version (for 8.1 that would be 8.1.038), then report it to Intel Premier Support and attach a test case. This error message is generic and simply says that the compiler got confused. It can have many possible causes and is always a compiler bug.
0 Kudos
Reply