https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80554
--- Comment #9 from Tamas Bela Feher ---
Thank you for fixing the problem!
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: tamas.bela.feher at ipp dot mpg.de
Target Milestone: ---
Dear GFortran Team,
For the following program:
program mold_dtype_with_pointer_component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80554
--- Comment #3 from Tamas Bela Feher ---
Dear Dominique,
Thank you for looking into the problem.
> Why do you want to use such constructs?
I was refactoring and splitting large modules into submodules when I
accidentally run into this problems.
Assignee: unassigned at gcc dot gnu.org
Reporter: tamas.bela.feher at ipp dot mpg.de
Target Milestone: ---
Created attachment 41281
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41281&action=edit
submodule redefines a variable from the ancestor module
Dear GFortr