Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29282 Discussions

ifx runtime crash for array assignments

Jacob_Williams
New Contributor III
619 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
450 Views

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

0 Kudos
Reply