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,patch] F2003 USE syntax and OpenMP module


Hum, looks like I forgot to follow the destiny of my patch :)

*ping*

[ http://gcc.gnu.org/ml/gcc-patches/2006-10/msg01539.html ]

Attached patch allow gfortran to use the Fortran 2003 syntax for the USE statement, i.e. with specification of the module nature (INTRINSIC, NON_INTRINSIC or unspecified). I changed the way the pre-compiled intrinsic modules are found so that they do not get confused with non-intrinsic modules (the only such pre-compiled intrinsic module right now is the OpenMP module, omp_lib; I plan to add the IEEE modules as pre-compiled modules after that patch is commited).


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