]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/trans-io.cc
trans.h (struct gfc_ss, [...]): Move shape field from the former struct to the latter.
authorMikael Morin <mikael@gcc.gnu.org>
Thu, 3 Nov 2011 21:47:49 +0000 (21:47 +0000)
committerMikael Morin <mikael@gcc.gnu.org>
Thu, 3 Nov 2011 21:47:49 +0000 (21:47 +0000)
commit08dcec6137f763fee843acaca52cd9ac53312eee
treee26207440ec82de2588a2ccf50680aa8a31331ae
parentcb4b9eaebedead8367a14345e1c866a43b870ed8
trans.h (struct gfc_ss, [...]): Move shape field from the former struct to the latter.

* trans.h (struct gfc_ss, struct gfc_array_info): Move shape field
from the former struct to the latter.
* trans-array.c (gfc_conv_ss_startstride, gfc_conv_loop_setup):
Update field references.
* trans-expr.c (gfc_trans_subarray_assign): Update field references
and factor common reference chains.
* trans-io.c (transfer_array_component): Ditto.

From-SVN: r180866
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/fortran/trans-expr.c
gcc/fortran/trans-io.c
gcc/fortran/trans.h