]> git.ipfire.org Git - thirdparty/gcc.git/commit
array.c (gfc_copy_array_ref): Don't copy the offset field.
authorMikael Morin <mikael@gcc.gnu.org>
Thu, 2 Aug 2012 18:30:02 +0000 (18:30 +0000)
committerMikael Morin <mikael@gcc.gnu.org>
Thu, 2 Aug 2012 18:30:02 +0000 (18:30 +0000)
commit328ece7de3d6903fd6e2c909e1efe1eea59fc8ec
treef10adb4ae49ac21653756591623e2d9073bbf81f
parenta8da72b86c262f75d65665c3803a658d8089a679
array.c (gfc_copy_array_ref): Don't copy the offset field.

* 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_interface_mapping_to_ref): Don't apply
any interface mapping to the offset field.
* gfortran.h (struct gfc_array_ref): Remove the offset field.

From-SVN: r190092
gcc/fortran/ChangeLog
gcc/fortran/array.c
gcc/fortran/expr.c
gcc/fortran/gfortran.h
gcc/fortran/trans-expr.c