r180880 - in /trunk/gcc/fortran: ChangeLog tran...

mikael@gcc.gnu.org mikael@gcc.gnu.org
Thu Nov 3 22:40:00 GMT 2011


Author: mikael
Date: Thu Nov  3 22:40:55 2011
New Revision: 180880

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180880
Log:
	* trans-array.c (set_loop_bounds): Separate the beginning of
	gfc_conv_loop_setup into a function of its own.
	(set_delta): Separate the end of gfc_conv_loop_setup into a function
	of its own.
	(gfc_conv_loop_setup): Call set_loop_bounds and set delta.
	(set_loop_bounds, set_delta, gfc_conv_loop_setup): Make loopspec a
	pointer to the specloop field from the loop struct.


Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-array.c



More information about the Gcc-cvs mailing list