This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32147] Module files change due to trivial changes in source code
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 May 2007 00:11:01 -0000
- Subject: [Bug fortran/32147] Module files change due to trivial changes in source code
- References: <bug-32147-14475@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pinskia at gcc dot gnu dot org 2007-05-30 00:11 -------
This works for me with:
gcc version 4.3.0 20070529 (experimental)
I tested it by using a function in a module which takes one variable and
returns that argument. I had accidently switched around the assignment and I
fixed that and looked at the modification date of the module and they were the
same.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32147