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

Internal compiler error, code 3

benh
Beginner
599 Views
Does anyone have a clue what this might mean? Unfortunately I cannot supply the source code that produces it, but basically what happens is that my fellow programmers update the Fortran code using CVF6.6, while I'm experimenting with migrating this to IVF8.1.

The following is an excerpt from the build log produced by Studio.NET showing the command line and its error message:

----------------------
ifort /nologo /Ob2 /Oy- /QaxP /Qparallel /assume:buffered_io /include:".Release2/" /define:RELEASE_EXTERNAL /define:NDEBUG /define:DEBUG_CPU /define:COMPILER_IS_IVF /extend_source:132 /fpscomp:ioformat /fpscomp:logicals /warn:errors /warn:declarations /warn:unused /warn:truncated_source /Qsave /align:commons /align:sequence /Qzero /fpe:0 /Op /fpconstant /Qfpstkchk /names:as_is /iface:cvf /module:".Release2/" /object:".Release2/" /traceback /check:bounds /check:format /check:output_conversion /check:arg_temp_created /libs:dll /threads /c C:prjFates2000ioio.for
0_3

Severe: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
in file (null), line 0, column 0

compilation aborted for C:prjFates2000ioio.for (code 3)
------------------------

--
-+-Ben Hetland-+-
0 Kudos
1 Reply
Steven_L_Intel1
Employee
599 Views
It means exactly what it says - the compiler had an internal error and that you should report it to Intel (through Intel Premier Support.) Please be sure to attach sufficient sources to demonstrate the problem. Without an analysis of the specific source, there's no further advice that can be offered.
0 Kudos
Reply