This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33945] PROCEDURE in module somtimes wrongly rejected
- From: "jvdelisle at verizon dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Nov 2007 13:29:03 -0000
- Subject: [Bug fortran/33945] PROCEDURE in module somtimes wrongly rejected
- References: <bug-33945-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from jvdelisle at verizon dot net 2007-11-02 13:29 -------
Subject: Re: PROCEDURE in module somtimes wrongly rejected
burnus at gcc dot gnu dot org wrote:
> ------- Comment #2 from burnus at gcc dot gnu dot org 2007-11-02 07:40 -------
> Note: MODULE PROCEDURE and PROCEDURE mean different things.
>
> "MODULE PROCEDURE" can only be a procedure which is a procedure from that
> module. "PROCEDURE" can be any procedure whose interface is explicitly known:
> Module procedures, use-associated procedures, external procedures (via
> INTERFACE or PROCEDURE(...) statement).
>
Is that PROCEDURE(...) with or without the parenthesis? We need to parse this
correctly without a doubt or we have to search the module to tell the
difference? (If the 'MODULE' key word is optional for "MODULE PROCEDURE".)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33945