https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85798
--- Comment #3 from kargl at gcc dot gnu.org --- Author: kargl Date: Sat Dec 22 19:37:06 2018 New Revision: 267356 URL: https://gcc.gnu.org/viewcvs?rev=267356&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: trunk/gcc/testsuite/gfortran.dg/pr85798.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/decl.c trunk/gcc/testsuite/ChangeLog