https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91802
--- Comment #4 from kargl at gcc dot gnu.org --- Author: kargl Date: Tue Oct 1 18:58:01 2019 New Revision: 276423 URL: https://gcc.gnu.org/viewcvs?rev=276423&root=gcc&view=rev Log: 2019-10-01 Steven G. Kargl <ka...@gcc.ngu.org> Backport of r276254+276265 PR fortran/91802 * decl.c (attr_decl1): Check if rank+corank > 15. 2019-10-01 Steven G. Kargl <ka...@gcc.ngu.org> PR fortran/91802 * gfortran.dg/pr91802.f90: New test. Added: branches/gcc-9-branch/gcc/testsuite/gfortran.dg/pr91802.f90 Modified: branches/gcc-9-branch/gcc/fortran/ChangeLog branches/gcc-9-branch/gcc/fortran/decl.c branches/gcc-9-branch/gcc/testsuite/ChangeLog