https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82275
--- Comment #7 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Sun May 20 17:16:09 2018 New Revision: 260423 URL: https://gcc.gnu.org/viewcvs?rev=260423&root=gcc&view=rev Log: 2018-05-20 Paul Thomas <pa...@gcc.gnu.org> PR fortran/82275 Backport from trunk * match.c (gfc_match_type_spec): Go through the array ref and decrement 'rank' for every dimension that is an element. 2018-05-20 Paul Thomas <pa...@gcc.gnu.org> PR fortran/82275 Backport from trunk * gfortran.dg/select_type_42.f90: New test. Added: branches/gcc-7-branch/gcc/testsuite/gfortran.dg/select_type_42.f90 Modified: branches/gcc-7-branch/gcc/fortran/ChangeLog branches/gcc-7-branch/gcc/fortran/match.c branches/gcc-7-branch/gcc/testsuite/ChangeLog