https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118337
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2025-01-07 Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED --- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Ok, I'll bootstrap/regtest 2025-01-07 Jakub Jelinek <ja...@redhat.com> PR fortran/118337 * module.cc (MOD_VERSION): Bump to "16". --- gcc/fortran/module.cc.jj 2025-01-02 11:47:31.697201637 +0100 +++ gcc/fortran/module.cc 2025-01-07 21:41:46.866494776 +0100 @@ -84,7 +84,7 @@ along with GCC; see the file COPYING3. /* Don't put any single quote (') in MOD_VERSION, if you want it to be recognized. */ -#define MOD_VERSION "15" +#define MOD_VERSION "16" /* Structure that describes a position within a module file. */ momentarily.