Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29282 Discussions

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

haifeng2009
Beginner
1,988 Views

I am working on a big in-house code on a new system with visual studio and intel fortran. I keep getting a strange error:

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

I have simplified the code to the set of the attached which reproduces the error. The attached code does nothing but having a few modules and a few declarations of variables. The compiler I use is Intel Fortran with two different versions. Both produce the same error.

 Intel(R) Visual Fortran Intel(R) 64 Compiler XE for applications running on Inte l(R) 64, Version 13.0.1.119 Build 20121008

 Intel(R) Visual Fortran Intel(R) 64 Compiler XE for applications running on Inte l(R) 64, Version 13.0.0.089 Build 20120731

The 32-versions seem to work all right.

The order I compiled the code is like this

ifort /c Particle_mod.f90

ifort /c BaseGrid_mod.f90

ifort /c FDFGrid_mod.f90

ifort /c FDFCellPtcl_mod.f90

ifort /c SD_Data_mod.f90

ifort /c FDFC_mod.f90

ifort /c FDFI_mod.f90

The error shows up when compiling the last file FDFI_mod.f90.

Is it a compiler bug???

 

 

0 Kudos
5 Replies
Steven_L_Intel1
Employee
1,989 Views

Internal Compiler Error is always a compiler bug. Sometimes it can be triggered by errors in the source code, but often valid code will get an ICE.  I will look at your example and see what I can find out. Thanks.

0 Kudos
Steven_L_Intel1
Employee
1,989 Views

I have escalated this to development as issue DPD200240130. If I learn of a workaround I will let you know.

0 Kudos
haifeng2009
Beginner
1,989 Views

Thanks, Steve.

0 Kudos
mecej4
Honored Contributor III
1,989 Views

The Version 12.1 64-bit compiler does not seem to have this problem.

0 Kudos
Steven_L_Intel1
Employee
1,989 Views

This problem will be fixed in Update 4 (planned for late June.)

0 Kudos
Reply