https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69398
--- Comment #8 from kargl at gcc dot gnu.org --- Author: kargl Date: Thu Jun 20 23:27:13 2019 New Revision: 272530 URL: https://gcc.gnu.org/viewcvs?rev=272530&root=gcc&view=rev Log: 2019-06-20 Steven G. Kargl <ka...@gcc.gnu.org> Backport from mainline PR fortran/69398 * decl.c (attr_decl): Check for duplicate DIMENSION attribute for a CLASS entity. 2019-06-20 Steven G. Kargl <ka...@gcc.gnu.org> Backport from mainline PR fortran/69398 * gfortran.dg/pr69398.f90: New test. Added: branches/gcc-9-branch/gcc/testsuite/gfortran.dg/pr69398.f90 Modified: branches/gcc-9-branch/gcc/fortran/ChangeLog branches/gcc-9-branch/gcc/fortran/decl.c branches/gcc-9-branch/gcc/testsuite/ChangeLog