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] PR 60507: Passing function call into procedure argument not caught


2014-12-31 19:13 GMT+01:00 Tobias Burnus <burnus@net-b.de>:
>> here is a patch to improve diagnostics for dummy procedures. Regtested
>> on x86_64-unknown-linux-gnu. Ok for trunk?
>
> Looks good to me. Thanks for the patch!

Thanks, committed as r219141.

Cheers,
Janus



>> 2014-12-29  Janus Weil  <janus@gcc.gnu.org>
>>
>>      PR fortran/60507
>>      * interface.c (is_procptr_result): New function to check if an
>>      expression is a procedure-pointer result.
>>      (compare_actual_formal): Use it.
>>
>> 2014-12-29  Janus Weil  <janus@gcc.gnu.org>
>>
>>      PR fortran/60507
>>      * gfortran.dg/dummy_procedure_11: New.


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