]> git.ipfire.org Git - thirdparty/gcc.git/commit
2018-12-22 Steven G . Kargl <kargl@gcc.gnu.org>
authorkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Dec 2018 19:37:06 +0000 (19:37 +0000)
committerkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Dec 2018 19:37:06 +0000 (19:37 +0000)
commit1d78229837dd51a6f89526629e9067e94eb56562
tree0d8fc7f8171c7f0f7a6d3bd5bcc20654e93780f2
parent8ce7fe8a2db3df5d16c59ba7c29db5348e6edbbb
2018-12-22  Steven G . Kargl  <kargl@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  <kargl@gcc.gnu.org>

PR fortran/85798
* gfortran.dg/pr85798.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267356 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr85798.f90 [new file with mode: 0644]