https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127591
Steve Kargl <kargl at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kargl at gcc dot gnu.org
--- Comment #1 from Steve Kargl <kargl at gcc dot gnu.org> ---
Uh, so ch28/ contains nine *.f90 and no mention of the order in which to
compile them.
% foreach i (*.f90)
foreach? gfortran15 -c -O $i
foreach? end
ch2804_circle_module.f90:3:7:
3 | use shape_module
| 1
Fatal Error: Cannot open module file
Not a nice outcome.