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

is there a bug in Intel® Parallel Studio XE 2016 Update 4

zeng_x_
Beginner
255 Views

 

 

1>Compiling with Intel(R) Visual Fortran Compiler 16.0 [IA-32]...
1>Main.f90
1>101004_2042
1>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.
1>compilation aborted for F:\Computer_Language\Fortran\F2003\Micaps\Main.f90 (code 1)

Program Main
  use test_mod
  implicit none

  bk11:block
    real :: x(3) = (/1.0, 2.0, 3.0/)  ! error  
    print*, square(x)
  end block bk11

end program 

0 Kudos
2 Replies
Xiaoping_D_Intel
Employee
255 Views

Internal compiler error must be a compiler bug. Please try the latest 17.0 update 1. If the error still exists please also provide the source file of the used module. Another way to report a compiler bug is to submit an issue through Intel Premier Support using your support account.

 

Thanks,

Xiaoping Duan

Intel Customer Support

0 Kudos
Steven_L_Intel1
Employee
255 Views

This was issue DPD200408122, fixed in 17.0.

0 Kudos
Reply