aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
diff options
context:
space:
mode:
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>2017-03-25 17:38:17 +0000
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>2017-03-25 17:38:17 +0000
commit7966c683c288bbbf9d3f1b92b7cd72a3c971b510 (patch)
tree38bf17a45d44082c070cf7f7752af91231314254 /gcc/fortran/ChangeLog
parent40c82c504281ec216f66fcfbe762a8850090563f (diff)
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
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r--gcc/fortran/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 344798d49a7..20ad8578bfa 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,11 @@
+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-22 Dominique d'Humieres <dominiq@lps.ens.fr>
PR fortran/79838