[Bug fortran/92736] Error when using a variable from a module in a submodule and its parent module.

2019-12-01 Thread chinoune.mehdi at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92736 --- Comment #4 from Chinoune --- (In reply to Steve Kargl from comment #3) > On Sun, Dec 01, 2019 at 05:41:21AM +, chinoune.mehdi at hotmail dot com > wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92736 > > > > --- Comment #2 from

[Bug fortran/92736] Error when using a variable from a module in a submodule and its parent module.

2019-11-30 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92736 --- Comment #3 from Steve Kargl --- On Sun, Dec 01, 2019 at 05:41:21AM +, chinoune.mehdi at hotmail dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92736 > > --- Comment #2 from Chinoune --- > (In reply to kargl from comment

[Bug fortran/92736] Error when using a variable from a module in a submodule and its parent module.

2019-11-30 Thread chinoune.mehdi at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92736 --- Comment #2 from Chinoune --- (In reply to kargl from comment #1) > Not sure the code is conforming, and don't have time to > investigate (unless someone is willing to cough up $$). > > Workaround 1. Remove "use m1, only : i" in

[Bug fortran/92736] Error when using a variable from a module in a submodule and its parent module.

2019-11-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92736 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---