- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This was issue DPD200408122, fixed in 17.0.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page