Thanks Thomas, committed as r270777. On Wednesday, May 1, 2019 9:35:13 PM PDT Thomas Koenig wrote: > Hi Andrew, > > > Fixing this seems to be simple: > > > > --- gcc/fortran/module.c (revision 270772) > > +++ gcc/fortran/module.c (working copy) > > @@ -6052,6 +6052,9 @@ write_module (void) > > > > { > > > > int i; > > > > + /* Initialize the column counter. */ > > + module_column = 1; > > + > > > > /* Write the operator interfaces. */ > > mio_lparen (); > > > > This causes no regressions. I've attached the patch including the > > ChangeLog - is this ok to commit? > > OK for trunk. > > Thanks a lot for the patch! > > Regards > > Thomas
-- * Andrew Benson: http://users.obs.carnegiescience.edu/abenson/contact.html * Galacticus: https://bitbucket.org/galacticusdev/galacticus