This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [pach, Fortran] Improve dependency checking


Hi Daniel,

> Ok.  Just two comments:
> 
> +      /* Fill in the upper bound, which may be lower than the
> +        specified one for something like a(2:10:5), which is
> +        identical to a(2:7:5).  Only relevant for non-zero strides.
> */


Now replaced with "strides not equal to one."  Thanks for pointing
this out!


> And secondly, I do not oppose your extension of gfc_ref_dimen_size; 
> however, it seems to me that you could have implemented a 
> gfc_ref_dimen_end function easily by calling gfc_ref_dimen_size from
> it, 
> instead of duplicating the code.  So if you want, you could do this 
> instead?

I would also have had to write the code to access the start, or factor
that out of gfc_ref_dimen_size as well.

Übertrage Daten .......
Revision 163041 übertragen.

Thanks for the quick review!

	Thomas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]