r180857 - in /trunk/gcc/fortran: ChangeLog tran...
mikael@gcc.gnu.org
mikael@gcc.gnu.org
Thu Nov 3 21:21:00 GMT 2011
Author: mikael
Date: Thu Nov 3 21:21:30 2011
New Revision: 180857
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180857
Log:
* trans-array.c (gfc_trans_array_bound_check,
trans_array_bound_check): Rename the former to the latter.
Replace descriptor argument with ss argument. Get descriptor from ss.
(gfc_conv_array_index_offset, conv_array_index_offset): Rename the
former to the latter. Update call to trans_array_bound_check.
Replace info argument with ss argument. Get info from ss.
(gfc_conv_scalarized_array_ref): Update call to conv_array_index_offset.
(add_array_offset): Ditto
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/trans-array.c
More information about the Gcc-cvs
mailing list