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

Internal Compiler error (C0000005)

Cyril_G_
Beginner
479 Views

Hi,

When working on Debug mode on the code attached, I'm getting the following error:

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

When compiled in Release mode, however, everything compiles fine.

I'm working on Windows 7, Visual Studio 2010 and Intel Visual Fortran 13.0.3624.2010

Can someone help?

Thank you,

0 Kudos
1 Reply
Steven_L_Intel1
Employee
479 Views

Disable the option Run-Time > Check for null pointers and allocatable arrays.  This will allow the project to build. This issue is resolved for a release later this year.

0 Kudos
Reply