This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34672] [4.3 Regression] .mod file misses renamed, USEd symbol
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jan 2008 13:31:43 -0000
- Subject: [Bug fortran/34672] [4.3 Regression] .mod file misses renamed, USEd symbol
- References: <bug-34672-11277@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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