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


On Mon, Oct 30, 2006 at 07:56:26AM +0100, FX Coudert wrote:
> 
> 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).
> 

I believe that this is OK.  It bootstraps and regression
tests fine on x86_64-*-freebsd.

-- 
Steve


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