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

Another catastrophic error: **Internal compiler error

hiroshi-murakami
Beginner
670 Views

$ ifort -v
ifort version 15.0.0
$ ifort -c -fast -openmp test.F90
test.F90: catastrophic error: **Internal compiler error:
segmentation violation 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 test.F90 (code 1)

 

Note, If you undefine the macro flag "BUG_OCCUR", the compiler error disappears.

OS: CentOS-6.x

0 Kudos
3 Replies
hiroshi-murakami
Beginner
670 Views

The flag "BUG_OCCUR" is in the source code.

0 Kudos
Steven_L_Intel1
Employee
670 Views

I can reproduce the problem with 15.0.0 but not with 15.0.2. Please try with Update 2 and let me know if you still see the error.

0 Kudos
Cardin_P_
Beginner
670 Views

Posso reproduzir o problema com 15.0.0, mas não com 15.0.2. Por favor, tente com Update 2, com certeza vai corrigir. 

0 Kudos
Reply