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.

Internal Compiler error (C0000005)

Cyril_G_
Beginner
498 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
498 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