This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: host association question..
>
> P.S. Your terminology had me puzzled for a while. Of course you can declare
> procedure variables in an interface block!Declaring procedures is mostly what
> interface blocks are about. But the only kind of procedure variables in f95
> are dummy arguments. This didn't seem to match the code in question, though,
> so I eventually figured out that you were talking about local variables *IN* a
> procedure instead of procedure variables. (A procedure variable is a variable
> that is a procedure - i.e. a procedure dummy argument or procedure pointer).
i apologize for the terminology; i'll try to be more clear. right now i'm
having *fun* with procedure variables for gfortran.
Chris