2017-03-25 Paul Thomas <pault@gcc.gnu.org>
commit7966c683c288bbbf9d3f1b92b7cd72a3c971b510
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Mar 2017 17:38:17 +0000 (25 17:38 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Mar 2017 17:38:17 +0000 (25 17:38 +0000)
tree38bf17a45d44082c070cf7f7752af91231314254
parent40c82c504281ec216f66fcfbe762a8850090563f
2017-03-25  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/80156
PR fortran/79382
* decl.c (access_attr_decl): Remove the error for an absent
generic DTIO interface and ensure that symbol has the flavor
FL_PROCEDURE.

2017-03-25  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/80156
PR fortran/79382
* gfortran.dg/dtio_23.f90 : Remove the dg-error and add the
testcase for PR80156. Add a main programme that tests that
the typebound generic is accessible.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246476 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/dtio_23.f90