Where is gfc_open_intrinsic_module() used?

Steve Kargl sgk@troutmask.apl.washington.edu
Sat Nov 23 17:23:00 GMT 2013


On Sat, Nov 23, 2013 at 05:23:24PM +0100, FX wrote:
> A quick grep through the front-end indicates that
> gfc_open_intrinsic_module() is never used. Should it have been
> removed when module file reading/writing was overhauled?

I suspect the answer is "yes".

% find gcc{47|48|4x}/gcc/fortran -name \*.c | xargs grep \
  gfc_open_intrinsic_module
gcc47/gcc/fortran/module.c: module_fp = gfc_open_intrinsic_module (filename);
gcc48/gcc/fortran/module.c: module_fp = gfc_open_intrinsic_module (filename);
gcc4x/gcc/fortran/scanner.c:gfc_open_intrinsic_module (const char *name)

-- 
Steve



More information about the Fortran mailing list