https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111880
kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Priority|P3 |P5 --- Comment #1 from kargl at gcc dot gnu.org --- (In reply to zed.three from comment #0) > Warning: Fortran 2018 obsolescent feature: COMMON block at (1) > foo.f90:14:14: > > 14 | submodule (foo) foo_submod > | 1 > Warning: Fortran 2018 obsolescent feature: COMMON block at (1) > Not sure I would call this a false positive as the locus is pointing at module 'foo', and 'foo' contains a common block.