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/41083] Implicit typing: Save implicit type for external procedures


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

Paul Thomas <pault at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |pault at gcc dot gnu.org
         Resolution|                            |INVALID

--- Comment #3 from Paul Thomas <pault at gcc dot gnu.org> 2011-03-13 15:34:27 UTC ---
(In reply to comment #2)
> Intel (#i552365) pointed out the following, which is part of 11.2 Modules of
> the F2003 spec:
> 
> "If a procedure declared in the scoping unit of a module has an implicit
> interface, it shall be given the EXTERNAL attribute in that scoping unit; if it
> is a function, its type and type parameters shall be explicitly declared in a
> type declaration statement in that scoping unit."
> 
> 
> It seems that the current result is OK and standard conforming. One should
> check that the test cases here are properly rejected (they seem to be) and one
> should re-check the referenced PRs and the mailing-lists links and the
> interpretation request. But presumably, one can close this PR as INVALID.

Dear Tobias,

I think that you are right.  If you have changed your mind in the meanwhile,
please reopen it.

Cheers

Paul


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