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

ICE for syntax error

Jean_U
Beginner
251 Views
for the attached source file (nullify.f90) I observe:

CompCheck> ifort nullify.f90
nullify.f90(4): 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.
compilation aborted for nullify.f90 (code 1)
CompCheck> ifort -v
Version 12.0.2


The origin of the problem seems to be faulty syntax with the INT()
associated(int(x))

but I assume you will want to avoid the ICE.
0 Kudos
2 Replies
Udit_P_Intel
Employee
251 Views
Hi,
I have checked that this seems to be a bug. We will file a report and any further developments will be posted here.
Best!
-Udit Patidar
Intel Fortran Team
0 Kudos
Steven_L_Intel1
Employee
251 Views
The ICE has been fixed for a future release. Thanks for letting us know.
0 Kudos
Reply