https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93486
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Andrew Benson <abenso...@gcc.gnu.org>: https://gcc.gnu.org/g:f3c276aec26d9e406cc4bbf0e18b1105df63f0ee commit r10-6976-gf3c276aec26d9e406cc4bbf0e18b1105df63f0ee Author: Andrew Benson <aben...@carnegiescience.edu> Date: Mon Mar 2 17:28:35 2020 +0000 Ensure sufficient size of variables used for module+submodule names. PR fortran/93486 * module.c: Increase size of variables used to read module names when loading interfaces from module files to permit cases where the name is the concatenation of a module and submodule name. * gfortran.dg/pr93486.f90: New test.