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

Internal Compiler Error in Composer XE 2011

Steven_L_Intel1
Employee
366 Views
Moved from other thread
0 Kudos
7 Replies
IanH
Honored Contributor II
366 Views
This one takes out both 11.1.067 and 12.0.0.104 with an ice.

ice-20101115.F90

[plain]>ifort ice-20101115.F90
Intel Visual Fortran Compiler XE for applications running on IA-32, Version 1
2.0.0.104 Build 20101006
Copyright (C) 1985-2010 Intel Corporation.  All rights reserved.

ice-20101115.F90(27): warning #6843: A dummy argument with an explicit INTENT(OU
T) declaration is not given an explicit value.   [FT]
  SUBROUTINE five_proc(o, ft)
--------------------------^
Invalid_sym_id for SEVENPROC%FIVE_PROC%FOURT, -2105499648
fortcom: Fatal: There has been an internal compiler error (C0000005).
compilation aborted for ice-20101115.F90 (code 1)[/plain]
0 Kudos
Steven_L_Intel1
Employee
366 Views
Ian,

I can't reproduce this with Update 1 (12.0.1.127). Can you?
0 Kudos
IanH
Honored Contributor II
366 Views
Thanks - update 1 seems to have fixed it.
0 Kudos
philippe_bernier
Beginner
366 Views
Hi Steve,
I have the same problem... and another one below (CATASTROPHIC ERROR !!!!! lol !! )
Compiling with Intel Visual Fortran Compiler XE 12.0.1.127 [IA-32]...
problem.for
fortcom: Fatal: There has been an internal compiler error (C0000005).
fit_lookup: Line_seq_number 00000000 was not found
compilation aborted for d:\Dev_Cymdist\Engines\EngOPF\problem.for (code 1)
Deriv.for
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
GEM_LO_GET_LOCATOR_INFO: zero locator value
d:\Dev_Cymdist\Engines\EngOPF\Deriv.for: catastrophic error: **Internal compiler error: abort signal raised** 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 d:\Dev_Cymdist\Engines\EngOPF\Deriv.for (code 1)
I have been able to compile these files in the past with version 10.1... I have recently installed Composer XE2011 and now I can;t get the program to compile... Any ideas ?
Thank you
Philippe
0 Kudos
bbradley
Beginner
366 Views
I recently reported essentially the same problem to Premier Support with source and project files. They were able to reproduce the problem, and suggested removing "/warn:interfaces" from the Diagnostics Options. This workaround avoids the problem.
0 Kudos
philippe_bernier
Beginner
366 Views
Wow !! Thanks... It prevents both of my problems... I can live with this for now
Philippe
0 Kudos
djpinkster
Beginner
366 Views
Thx for the tip, I'm getting the same internal compiler error and the workaround fixed the problem
0 Kudos
Reply