This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/37494] function of a module not recognized by a subroutine in the same module
- From: "jv244 at cam dot ac dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Sep 2008 18:02:57 -0000
- Subject: [Bug fortran/37494] function of a module not recognized by a subroutine in the same module
- References: <bug-37494-16702@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from jv244 at cam dot ac dot uk 2008-09-12 18:02 -------
(In reply to comment #5)
> It seems that declaring 'fonc' makes it external to the module, while without
> any declaration, 'fonc' is found to be the "internal procedure" defined within
> the module.
which is the correct behavior.
--
jv244 at cam dot ac dot uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37494