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

Erroneous output from program compiled with ifort 8.0

rpoyner
Beginner
614 Views
We have a f77 program that has been working with ifc 7.0 and g77. When compiled with ifort 8.0 (free version, on linux) it completes without any error messages, but the output is gibberish.

Compiling with ifort -check bounds produces a program that again completes without any error messages, but now the output is correct.

Is this a compiler bug?

This is Build 20031016Z of the compiler.

Thanks
0 Kudos
1 Reply
Steven_L_Intel1
Employee
614 Views
Impossible to say without seeing the application. Try installing a more recent compiler and see if the results change. If not, submit an example to Intel support.
0 Kudos
Reply