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]


Hi, Paul
Thanks for your patient to check my code.
I have correct a bug in my patch and the new patch 
have 
passed "make check-f95".
The reason for the modification in file trans-expr.c 
and trans-types.c is that attr.always_explicit flag 
only indicates that a procedure requires explicit 
interface and it cann't be used to determine 
individual 
actual argument's passing method.

2003-11-26 Kejia Zhao <kejia_zh@nudt.edu.cn>

 * trans-array.c (gfc_conv_array_parameter): Simplify
   array argument passing for array name actual 
argument.
 * trans-expr.c (gfc_conv_function_call): Ditto
 * trans-types.c (gfc_is_nodesc_array):Ditto.

Kejia Zhao

Attachment: arg-passing.diff
Description: Binary data


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