https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92533
kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kargl at gcc dot gnu.org --- Comment #2 from kargl at gcc dot gnu.org --- (In reply to Tobias Burnus from comment #1) > Note that one needs to handle: > > module A; integer, parameter :: A1 = 1, A2 = 2; end module A > module B; use A; end module B > module C; use A; end module B This code cannot possibly be correct. Perhaps, not using the semicolon when writing test code would be a good idea.