[Bug fortran/34672] [4.3 Regression] .mod file misses renamed, USEd symbol

burnus at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Jan 4 13:49:00 GMT 2008



------- 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



More information about the Gcc-bugs mailing list