This is the mail archive of the gcc-patches@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]

Re: [Patch, fortran] PR25098 and PR25147 - Variables as actual argument for procedure formal arguments


:REVIEWMAIL

2006-05-28 Paul Thomas <pault@gcc.gnu.org>

    PR fortran/25098
    PR fortran/25147
    * interface.c (compare_parameter): Return 1 if the actual arg
    is external and the formal is a procedure.
    (compare_actual_formal): If the actual argument is a variable
    and the formal a procedure, this an error.  If a gsymbol exists
    for a procedure of the same name, this is not yet resolved and
    the error is cleared.

OK.


As you noted, this should fix PR fortran/27554. Could you add this
PR's code as an additional testcase?


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