This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: [gfortran, RFC] A few issues that need a decision


FX, help me with this.  why are they arch dependent ?
I thought .mod files were an 'optimised source representation' ?

I have at least one example: named constants from intrinsic modules are included "by value":


 $ cat a.f90
module foo
  use iso_c_binding, only: x => c_int_fast64_t
end module foo
$ gfortran a.f90 -c
$ grep -ic fast64 foo.mod
0



Cheers,
FX


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