https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91077
--- Comment #10 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Sun Jul 7 14:50:53 2019 New Revision: 273178 URL: https://gcc.gnu.org/viewcvs?rev=273178&root=gcc&view=rev Log: 2019-07-07 Paul Thomas <pa...@gcc.gnu.org> PR fortran/91077 * trans-array.c (gfc_conv_scalarized_array_ref) Delete code that gave symbol backend decl for subref arrays. 2019-07-07 Paul Thomas <pa...@gcc.gnu.org> PR fortran/91077 * gfortran.dg/pointer_array_11.f90 : New test. Added: branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pointer_array_11.f90 Modified: branches/gcc-8-branch/gcc/fortran/ChangeLog branches/gcc-8-branch/gcc/fortran/trans-array.c branches/gcc-8-branch/gcc/testsuite/ChangeLog