- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
Hello,
I tried several versions of Intel Compilers starting from 2020 up to latest OneAPI 2024, but got the same error:
010101_2010
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.
Could you pleaser help
- Tags:
 - ICE
 
Link Copied
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
You need to provide the source(s) and compiler options used.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
Hello,
I found the error. I called
Array(:)%re = ...
but Array was declared as not complex, but real. The compiler did not say that this is error in array definition, but instead reported the catastrophic error.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
Here's a source that reproduces the problem in 2024.1 (I'm waiting for the individual component installer of 2025.0 to be available.)
real, allocatable :: array(:)
allocate (array(10))
array(:)%re = 3.0
print *, array
end
					
				
			
			
				
			
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
- Subscribe to RSS Feed
 - Mark Topic as New
 - Mark Topic as Read
 - Float this Topic for Current User
 - Bookmark
 - Subscribe
 - Printer Friendly Page