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/34672] [4.3 Regression] .mod file misses renamed, USEd symbol



------- Comment #1 from burnus at gcc dot gnu dot org  2008-01-04 13:31 -------
If one changes the order of the USE statements or remove the second USE
statement, it works:

module MyMod3
  USE MyMod2, only: write_MyInt   => write_int
  USE MyMod1, only: i2_
end module MyMod3

Looking at the MOD file,
   (('write_myint' 'mymod2' 2))
is missing for the original example, but present if one one does either change
mentioned above.


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |32834
              nThis|                            |
            Summary|[4.3 Regression] module     |[4.3 Regression] .mod file
                   |interfacing bug             |misses renamed, USEd symbol


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


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