https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67779
--- Comment #24 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Sun Jan 10 12:56:28 2016 New Revision: 232200 URL: https://gcc.gnu.org/viewcvs?rev=232200&root=gcc&view=rev Log: 2016-01-10 Paul Thomas <pa...@gcc.gnu.org> PR fortran/67779 * trans_array.c (gfc_conv_scalarized_array_ref): Add missing se->use_offset from condition for calculation of 'base'. 2016-01-10 Paul Thomas <pa...@gcc.gnu.org> PR fortran/67779 * gfortran.dg/actual_array_offset_1: New test. Added: trunk/gcc/testsuite/gfortran.dg/actual_array_offset_1.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/trans-array.c trunk/gcc/testsuite/ChangeLog