[Bug fortran/31588] gfortran should be able to output Makefile dependencies with -M* options
burnus at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Apr 16 14:28:00 GMT 2007
------- Comment #3 from burnus at gcc dot gnu dot org 2007-04-16 15:28 -------
What about
include "foo.f90"
and
#include "bar.f90"
(g95 handles both)
And what about
include "z.f90"
where "z.f90" is foo/z.f90 and is found via
gfortran -Jfoo ?
(g95 does not handle this and writes: b.o b.mod: b.F90 z.f90)
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |burnus at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31588
More information about the Gcc-bugs
mailing list