public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/31587]  New: Module files shouldn't be updated if their content doesn't change
@ 2007-04-16  9:18 fxcoudert at gcc dot gnu dot org
  2007-04-16  9:21 ` [Bug fortran/31587] " fxcoudert at gcc dot gnu dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-04-16  9:18 UTC (permalink / raw)
  To: gcc-bugs

If we recompile a file that outputs the same .mod files, they shouldn't get
updated: it makes dependency analysis useless and probably makes parallel
compiling (make -jN) less efficient.

$ cat a.f90
module foo
  integer, parameter :: bar = 42
end module foo
$ gfortran -c a.f90
$ stat foo.mod | grep Modify
Modify: 2007-04-16 11:15:54.000000000 +0200
$ gfortran -c a.f90         
$ stat foo.mod | grep Modify
Modify: 2007-04-16 11:15:58.000000000 +0200


-- 
           Summary: Module files shouldn't be updated if their content
                    doesn't change
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31587


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2007-04-24 21:38 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-16  9:18 [Bug fortran/31587] New: Module files shouldn't be updated if their content doesn't change fxcoudert at gcc dot gnu dot org
2007-04-16  9:21 ` [Bug fortran/31587] " fxcoudert at gcc dot gnu dot org
2007-04-16 12:28 ` tobi at gcc dot gnu dot org
2007-04-16 12:32 ` tobi at gcc dot gnu dot org
2007-04-16 12:33 ` fxcoudert at gcc dot gnu dot org
2007-04-16 12:34 ` fxcoudert at gcc dot gnu dot org
2007-04-16 12:35 ` tobi at gcc dot gnu dot org
2007-04-16 22:15 ` fxcoudert at gcc dot gnu dot org
2007-04-17  6:52 ` fxcoudert at gcc dot gnu dot org
2007-04-17  6:52 ` fxcoudert at gcc dot gnu dot org
2007-04-17 12:20 ` tobi at gcc dot gnu dot org
2007-04-17 12:23 ` tobi at gcc dot gnu dot org
2007-04-17 12:33 ` fxcoudert at gcc dot gnu dot org
2007-04-17 12:41 ` tobi at gcc dot gnu dot org
2007-04-20 21:13 ` fxcoudert at gcc dot gnu dot org
2007-04-24 21:37 ` fxcoudert at gcc dot gnu dot org
2007-04-24 21:38 ` fxcoudert at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).