re PR fortran/77532 ([F03] ICE in check_dtio_interface1, at fortran/interface.c:4622)
authorPaul Thomas <pault@gcc.gnu.org>
Sat, 10 Sep 2016 21:16:45 +0000 (21:16 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sat, 10 Sep 2016 21:16:45 +0000 (21:16 +0000)
commit739d93391d50bb0f7d338a5dff5cdcb5ab1c4191
tree82afde61b11343ec4a2a7d15853c6b4675dc34d6
parentfb7c40dde327fe2729855d1472ed019f6b2e5547
re PR fortran/77532 ([F03] ICE in check_dtio_interface1, at fortran/interface.c:4622)

2016-09-10  Paul Thomas  <pault@gcc.gnu.org>
    Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/77532
^ interface.c (check_dtio_arg_TKR_intent): Return after error.
(check_dtio_interface1): Remove asserts, test for NULL and return
if found.

gfortran.dg/dtio_11.f90: new test.

Co-Authored-By: Steven G. Kargl <kargl@gcc.gnu.org>
From-SVN: r240074
gcc/fortran/ChangeLog
gcc/fortran/interface.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/dtio_11.f90 [new file with mode: 0644]