trans-array.c (gfc_walk_elemental_function_args, [...]): Move call to gfc_get_proc_if...
authorMikael Morin <mikael@gcc.gnu.org>
Sun, 12 Feb 2012 15:22:34 +0000 (15:22 +0000)
committerMikael Morin <mikael@gcc.gnu.org>
Sun, 12 Feb 2012 15:22:34 +0000 (15:22 +0000)
commitdec131b6add752c0d71cb6720de4ab154bf72411
treefb0fa263d8f3e8b171badc6c2396f4e6ae613ff0
parent3e4c98438ac27de89320fd253c3ea3d484b6a413
trans-array.c (gfc_walk_elemental_function_args, [...]): Move call to gfc_get_proc_ifc_for_expr out of gfc_walk_elemental_function_args.

* trans-array.c (gfc_walk_elemental_function_args,
gfc_walk_function_expr): Move call to gfc_get_proc_ifc_for_expr out
of gfc_walk_elemental_function_args.
* trans-stmt.c (gfc_trans_call): Ditto.
* trans-array.h (gfc_get_proc_ifc_for_expr): New prototype.
(gfc_walk_elemental_function_args): Update prototype.

From-SVN: r184141
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/fortran/trans-array.h
gcc/fortran/trans-stmt.c