This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/29523] ICE with some non up-to date .mod files
- From: "keinstein_junior at gmx dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Oct 2006 07:28:40 -0000
- Subject: [Bug fortran/29523] ICE with some non up-to date .mod files
- References: <bug-29523-12778@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from keinstein_junior at gmx dot net 2006-10-23 07:28 -------
(In reply to comment #1)
> Can you provide some details on the out of date .mod files? Were they compiled
> with a different compiler version or on a different architecture? Or are they
> just not up-to-date with the source? In the latter case you should adjust your
> makefile to honour dependencies and rebuild the .mod files appropriately.
The latter case is true. But gfortran should give a useful error message.
Up to now it was much easier to do "make clean" than to track all the
dependencies across the different directories as gfortran doesn't offer
dependency tracking.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29523