Re: [Patch, fortran] Remove gfc_array_ref::offset field

2012-07-31 Thread Tobias Burnus
On 07/27/2012 06:06 PM, Mikael Morin wrote: The offset field is never set; this patch removes it. Regression tested on x86_64-unknown-linux-gnu. OK for trunk? OK. Thanks for the nice clean-up patch. Tobias

[Patch, fortran] Remove gfc_array_ref::offset field

2012-07-27 Thread Mikael Morin
The offset field is never set; this patch removes it. Regression tested on x86_64-unknown-linux-gnu. OK for trunk? Mikael 2012-07-27 Mikael Morin * array.c (gfc_copy_array_ref): Don't copy the offset field. * expr.c (find_array_section): Ignore the offset field. * trans-expr.c (gfc_find_i