trans.h (struct gfc_ss, [...]): Move field string_length from the former struct to...
authorMikael Morin <mikael@gcc.gnu.org>
Thu, 3 Nov 2011 22:04:50 +0000 (22:04 +0000)
committerMikael Morin <mikael@gcc.gnu.org>
Thu, 3 Nov 2011 22:04:50 +0000 (22:04 +0000)
commita0add3be3e216ad8e7cbf02c684b70c13928500b
tree377c8552e9248eaa6500645e7b95fabb3ae3f542
parentf98cfd3c42d1aca224bfe463f5852d1ae1e5bd2e
trans.h (struct gfc_ss, [...]): Move field string_length from the former struct to the latter.

* trans.h (struct gfc_ss, struct gfc_ss_info): Move field
string_length from the former struct to the latter.
* trans-array.c
(gfc_get_temp_ss, gfc_trans_array_constructor, gfc_add_loop_ss_code,
gfc_conv_ss_descriptor, gfc_conv_scalarized_array_ref,
gfc_conv_resolve_dependencies, gfc_conv_loop_setup,
gfc_conv_expr_descriptor): Update references to string_length and
factor common reference chains where possible.
* trans-const.c (gfc_conv_constant): Ditto.
* trans-expr.c (gfc_conv_variable, gfc_conv_subref_array_arg,
gfc_conv_expr): Ditto.

From-SVN: r180869
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/fortran/trans-const.c
gcc/fortran/trans-expr.c
gcc/fortran/trans.h