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

fortcom: Severe: **Internal compiler error: internal abort**

fbisetti
Beginner
1,122 Views
Hi all,
I uncountered an internal compile error using ifort v9.1.036 (but the same error shows up also with v9.0.031) . The code compiles fine with g95 or pgf90.

The error:

ifort -O3 -c ./kiva3d/timstp.f

0_1270 fortcom: 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 ./kiva3d/timstp.f, line 97, column 27

compilation aborted for ./kiva3d/timstp.f (code 3)
make: *** [kiva3d/object/timstp.o] Error 3


The file is timstp.f
The file and *.mod needed are in the zip file attached.

Thanks,
Fabrizio
0 Kudos
2 Replies
Micah_Elliott
Beginner
1,122 Views
Internal errors need to be reported to [https://premier.intel.com Premier Support]. Please submit a ticket with your test case. Your test case will need to have source files for every `.mod` file. I.e., it's not enough to just submit a bunch of `.mod` files. CESR is very useful for gathering all necessary test case components. It is announced and described [http://softwareforums.intel.com/ISN/Community/en-US/forums/post/223930.aspx here].
0 Kudos
fbisetti
Beginner
1,122 Views

Thanks for the information. I'll report the problem to Premier Support.

0 Kudos
Reply