PS I forgot to add that I have added a submodule file cleanup procedure to fortran-modules.exp and cleanup lines to each of the submodule testcases, such as:
! { dg-final { cleanup-submodules "color_points_a" } } Paul On 14 July 2015 at 13:10, Paul Richard Thomas <paul.richard.tho...@gmail.com> wrote: > Dear All, > > Reinhold Bader has pointed out the naming the submodule files after > the submodule name and using .mod as the extension can potentially > lead to clashes. Therefore, I have written a patch to change gfortran > to follow the naming convention of another leading brand: > > submodule filename = module@ancestor@....@submodule.smod > > The implementation is straightforward and the ChangeLog and the patch > provide an adequate description. > > Bootstraps and regtests on x86_64 - OK for trunk? > > Paul > > 2015-07-14 Paul Thomas <pa...@gcc.gnu.org> > > PR fortran/52846 > * gfortran.h : Add 'submodule_name' to gfc_use_list structure. > * module.c (gfc_match_submodule): Define submodule_name and add > static 'submodule_name'. > (gfc_match_submodule): Build up submodule filenames, using '@' > as a delimiter. Store the output filename in 'submodule_name'. > (gfc_dump_module): If current state is COMP_SUBMODULE, write > to file 'submodule_name', using SUBMODULE_EXTENSION. > (gfc_use_module): Similarly, use the 'submodule_name' field in > the gfc_use_list structure and SUBMODULE_EXTENSION to read the > implicitly used submodule files. -- Outside of a dog, a book is a man's best friend. Inside of a dog it's too dark to read. Groucho Marx