http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47463
janus at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #15 from janus at gcc dot gnu.org 2011-02-09 20:37:04 UTC --- I think r169985 should fix all remaining problems in this PR. The original test case now gives me: gfortran-4.6 -std=f2003 -c hydro_types.f90 gfortran-4.6 -std=f2003 -c hydro_state.f90 gfortran-4.6 -std=f2003 -c hydro_speeds.f90 gfortran-4.6 -std=f2003 -c hydro_grid.f90 gfortran-4.6 -std=f2003 -c hydro_flow.f90 gfortran-4.6 -std=f2003 -c hydro_recon.f90 gfortran-4.6 -std=f2003 -c hydro_evolve.f90 hydro_evolve.f90:10.18: use hydro_fluxes 1 Fatal Error: Can't open module file 'hydro_fluxes.mod' for reading at (1): No such file or directory Closing as fixed.