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.

catastrophic error

William_Sailor
Beginner
1,227 Views
------ Build started: Project: QWinSPE, Configuration: Release|x64 ------

Compiling with Intel Visual Fortran 11.1.035 [Intel 64]...
main_spe_sim.for
0_1984
: catastrophic error: **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 D:\FTN\MYN\src\main_spe_sim.for, line 1, column 15
compilation aborted for D:\FTN\MYN\src\main_spe_sim.for (code 3)

Build log written to "file://D:\FTN\MYN\lib\QWinSPE\x64\Release\BuildLog.htm"
QWinSPE - 1 error(s), 0 warning(s)


---------------------- Done ----------------------
0 Kudos
1 Solution
Steven_L_Intel1
Employee
1,227 Views
Thanks - I can reproduce it. If you turn off the floating point stack check, it will compile - this option should be meaningless on x64 anyway... Issue ID is DPD200139531.

View solution in original post

0 Kudos
6 Replies
Steven_L_Intel1
Employee
1,227 Views

Please attach the source file that triggered this so that we can get it fixed - thanks.
0 Kudos
William_Sailor
Beginner
1,227 Views

Please attach the source file that triggered this so that we can get it fixed - thanks.
Hope this works
0 Kudos
Steven_L_Intel1
Employee
1,227 Views
Please also attach the include files it needs and the compile command used (you can get that from the build log.)
0 Kudos
William_Sailor
Beginner
1,227 Views
Please also attach the include files it needs and the compile command used (you can get that from the build log.)

Steve here is the buildlog, and the includes are attached.

Build Log

Build started: Project: QWinSPE, Configuration: Release|x64

Output
Compiling with Intel Visual Fortran 11.1.035 [Intel 64]...
ifort /nologo /I&quotD:FTNMYNinclude" /extend_source:132 /warn:declarations /warn:unused /warn:interfaces /assume:minus0 /Qfp-stack-check /module:&quotx64Release\" /object:&quotx64Release\" /check:all /libs:qwin /c /extend_source:132 /Qvc8 /Qlocation,link,&quotC:Program Files (x86)Microsoft Visual Studio 8VCbinamd64" &quotD:FTNMYNsrcmain_spe_sim.for"
0_1984

: catastrophic error: **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 D:FTNMYNsrcmain_spe_sim.for, line 1, column 15

compilation aborted for D:FTNMYNsrcmain_spe_sim.for (code 3)


QWinSPE - 1 error(s), 0 warning(s)

0 Kudos
Steven_L_Intel1
Employee
1,228 Views
Thanks - I can reproduce it. If you turn off the floating point stack check, it will compile - this option should be meaningless on x64 anyway... Issue ID is DPD200139531.
0 Kudos
William_Sailor
Beginner
1,227 Views
Thanks - I can reproduce it. If you turn off the floating point stack check, it will compile - this option should be meaningless on x64 anyway... Issue ID is DPD200139531.

Steve,
Thanks that does it
Bill
0 Kudos
Reply