This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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] PR33162 INTRINSIC functions as ACTUAL argument


:REVIEWMAIL:

Jerry DeLisle wrote:
> Regression tested on x86-64-Gnu-linux.
> OK for trunk?
>
> 2007-10-30  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
>
>     PR fortran/33162
>     * interface.c (compare_intr_interfaces): New function to check
> intrinsic
>     function arguments against formal arguments. (compare_interfaces):
> Fix
>     logic in comparison of function and subroutine attributes.
>     (compare_parameter): Use new function for intrinsic as argument.
>     * resolve.c (resolve_actual_arglist): Allow an intrinsic without
>     function attribute to be checked further.  Set function attribute if
>     intrinsic symbol is found, return FAILURE if not.

Cool. OK for the trunk and thanks for fixing it!

Tobias


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