]> git.ipfire.org Git - thirdparty/gcc.git/commit
2016-12-13 Janus Weil <janus@gcc.gnu.org>
authorjanus <janus@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Dec 2016 14:28:17 +0000 (14:28 +0000)
committerjanus <janus@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Dec 2016 14:28:17 +0000 (14:28 +0000)
commit8bf96899a31a9b80aae6ecdcd4bc8e1df76b0220
tree16886e0e5dffba38ef9799f2e00573929fd4f3b8
parentb03e91c465086039b20d79ef09081e58ce07187c
2016-12-13  Janus Weil  <janus@gcc.gnu.org>
    Paul Thomas  <pault@gcc.gnu.org>

PR fortran/78737
* gfortran.h (gfc_find_typebound_dtio_proc): New prototype.
* interface.c (gfc_compare_interfaces): Whitespace fix.
(gfc_find_typebound_dtio_proc): New function.
(gfc_find_specific_dtio_proc): Use it. Improve error recovery.
* trans-io.c (get_dtio_proc): Implement polymorphic calls to DTIO
procedures.

2016-12-13  Janus Weil  <janus@gcc.gnu.org>
    Paul Thomas  <pault@gcc.gnu.org>

PR fortran/78737
* gfortran.dg/dtio_19.f90: New test case.

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