https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85798
--- Comment #5 from kargl at gcc dot gnu.org --- Author: kargl Date: Sat Dec 22 23:23:02 2018 New Revision: 267362 URL: https://gcc.gnu.org/viewcvs?rev=267362&root=gcc&view=rev Log: 2018-12-22 Steven G . Kargl <ka...@gcc.gnu.org> PR fortran/85798 * decl.c (gfc_match_data): If a component of a derived type entity appears in data statement, check that does not have the allocatable attribute. 2018-12-22 Steven G . Kargl <ka...@gcc.gnu.org> PR fortran/85798 * gfortran.dg/pr85798.f90: New test. Added: branches/gcc-7-branch/gcc/testsuite/gfortran.dg/pr85798.f90 Modified: branches/gcc-7-branch/gcc/fortran/ChangeLog branches/gcc-7-branch/gcc/fortran/decl.c branches/gcc-7-branch/gcc/testsuite/ChangeLog