This is the mail archive of the gcc-bugs@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]

[Bug fortran/32147] Module file change due to order of writting out changes



------- Comment #7 from burnus at gcc dot gnu dot org  2007-05-30 06:13 -------
> I attach a test file and a Makefile that returns something like `Found 34
> differences', but should just find ~2 differences due to differing time stamp
> and MD5 sum.
> PS: The same probem occurred with g95, but is fixed now.

I can reproduce this with gfortran, however, also g95 fails whereas NAG f95 has
as only change the filename.

The difference between the two attached modules (*.f90) is a single additional
line,
  allocate(df_coarse( nxyz_coarse))
which indeed should not change the module file.


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-05-30 06:13:38
               date|                            |


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


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