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

simonb@gcc.gnu.org simonb@gcc.gnu.org
Fri Jan 28 11:50:00 GMT 2011


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



More information about the Gcc-cvs mailing list