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 2024.0 bug still seems to be there with 2024.1

JFH
New Contributor I
9,196 Views

This Fortran program is much shorter than the one in my earlier bug report using ifx 2024.0 but iI am now using ifx 2024.1 and am still being told an uninitialized value was created. I cannot see what variable was uninitialized, but the compiler version written by the program was   2024.1.0 Build 20240308 whereas compiling with the -V option gave Intel(R) Fortran 24.0-1472.3. What is going on?

 

 

0 Kudos
1 Solution
JFH
New Contributor I
558 Views

Bug has gone away with ifx version 2025.0.0 Build 20241008

View solution in original post

0 Kudos
2 Replies
jimdempseyatthecove
Honored Contributor III
647 Views

Not sure what is going on. Try seperating

 posOK = [ninf1(2)>huge(r1),ninf2(2)>huge(r2),ninf3(2)>huge(r3),&
            ninf4(2)>huge(r4)]
     

into individual statements. this may shed some light on the problem

 

Jim Dempsey 

0 Kudos
JFH
New Contributor I
559 Views

Bug has gone away with ifx version 2025.0.0 Build 20241008

0 Kudos
Reply