------- Comment #3 from burnus at gcc dot gnu dot org 2007-06-20 20:00 ------- Close as INVALID.
Paul had the tip to try "-fno-automatic"; with this option ifort and gfortran produce identical output. -fno-automatic Treat each program unit as if the "SAVE" statement was specified for every local variable and array referenced in it. Does not affect common blocks. (Some Fortran compilers provide this option under the name -static.) -- burnus at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32404