r180898 - in /trunk/gcc/fortran: ChangeLog tran...
mikael@gcc.gnu.org
mikael@gcc.gnu.org
Thu Nov 3 23:41:00 GMT 2011
Author: mikael
Date: Thu Nov 3 23:41:28 2011
New Revision: 180898
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180898
Log:
* trans-array.c (gfc_add_loop_ss_code): Skip non-nestedmost ss.
Call recursively gfc_add_loop_ss_code for all the nested loops.
(gfc_conv_ss_startstride): Only get the descriptor for the outermost
ss. Call recursively gfc_conv_ss_startstride for all the nested loops.
(set_loop_bounds): Call recursively for all the nested loops.
(set_delta): Ditto.
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/trans-array.c
More information about the Gcc-cvs
mailing list