This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/32404] Wrong-code with sbdart (valgrind errors, different output)



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]