https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87991
--- Comment #2 from kargl at gcc dot gnu.org --- Author: kargl Date: Wed Aug 14 04:38:29 2019 New Revision: 274413 URL: https://gcc.gnu.org/viewcvs?rev=274413&root=gcc&view=rev Log: 2019-08-13 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/87991 * resolve.c (check_data_variable): data-stmt-object with pointer attribute requires a data-stmt-value with the target attribute. 2019-08-13 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/87991 * gfortran.dg/pr87991.f90: New test. Added: branches/gcc-9-branch/gcc/testsuite/gfortran.dg/pr87991.f90 Modified: branches/gcc-9-branch/gcc/fortran/ChangeLog branches/gcc-9-branch/gcc/fortran/resolve.c branches/gcc-9-branch/gcc/testsuite/ChangeLog