This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/49149] Dependency autogeneration with `-M` rendered useless by requiring .mod files
- From: "zbeekman at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 31 Aug 2011 19:58:41 +0000
- Subject: [Bug fortran/49149] Dependency autogeneration with `-M` rendered useless by requiring .mod files
- Auto-submitted: auto-generated
- References: <bug-49149-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49149
--- Comment #4 from Zaak <zbeekman at gmail dot com> 2011-08-31 19:58:41 UTC ---
Created attachment 25155
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25155
test case files with Makefile
The Makefile.alt is configured to pass -E and -o /dev/null when building the
dependency lists, while the original Makefile does not. In my opinion, the
original Makefile should build any object in the project IF gfortran were bug
free.