This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r169355 - in /branches/google/integration/gcc/f...


Author: simonb
Date: Fri Jan 28 11:50:57 2011
New Revision: 169355

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169355
Log:
Omit date from Fortran .mod files for reproducible builds.

Strict build environments do binary comparisons of files across gcc builds.
Writing the current timestamp into a Fortran .mod file leads to false
positives from such environments.  Omitting the timestamp removes these
false positives.

Targeted for the google/integration branch.

gcc/fortran/ChangeLog.google:
2011-01-27  Simon Baldwin  <simonb@google.com>

	* module.c (gfc_dump_module): Omit timestamp from output.

Google ref: 39202, 25691, 13445, 13307


Added:
    branches/google/integration/gcc/fortran/ChangeLog.google
Modified:
    branches/google/integration/gcc/fortran/module.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]