[Patch, fortran] [25/66] inline sum and product: Update core structs: Move string_length.

Mikael Morin mikael.morin@sfr.fr
Thu Oct 27 23:32:00 GMT 2011


This moves string_length field from gfc_ss to gfc_ss_info.
OK?
-------------- next part --------------
2011-10-19  Mikael Morin  <mikael@gcc.gnu.org>

	* 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pr43829-25.patch
Type: text/x-diff
Size: 8787 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20111027/81c580d1/attachment.bin>


More information about the Gcc-patches mailing list