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

ifx runtime crash for array assignments

Jacob_Williams
New Contributor III
603 Views

I see a crash with the latest ifx for a bit of code like this:

 

x = [a, b, c, d, e]

 

whereas:

 

x(1) = a
x(2) = b
x(3) = c
x(4) = d
x(5) = e

 

works fine. The original worked fine for years with ifort. Note these are derived types. I will extract a complete example and update this post...

0 Kudos
1 Reply
taehunkim
Employee
434 Views

Thanks. If you prepare a code, please share it.

0 Kudos
Reply