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

ICE with complex array assignment with 2024.2

NCarlson
New Contributor I
331 Views

This little program triggers an internal compiler error on line 3:

complex :: x(5)
x = 1.0
x%im = -x%re
end

  

1 Reply
Devorah_H_Intel
Moderator
245 Views

Thank you for reporting the ICE to us. I have escalated it to our compiler engineering for a fix and will post an update when the fix becomes available. 

0 Kudos
Reply