]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/52542 (Procedure with a Bind (C) named interface does not inherit the...
authorTobias Burnus <burnus@net-b.de>
Mon, 12 Mar 2012 09:03:49 +0000 (10:03 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Mon, 12 Mar 2012 09:03:49 +0000 (10:03 +0100)
commit0859be177649f940d85209820906b0399626d839
treea095e5db07e0352c9ed73b95087d80a8fb2a70be
parent914e2f45f4220321d5ced3ef39f5f3e6d8c2223a
re PR fortran/52542 (Procedure with a Bind (C) named interface does not inherit the Bind (C))

2012-03-12  Tobias Burnus  <burnus@net-b.de>

        PR fortran/52542
        * decl.c (match_procedure_decl): If the interface
        is bind(C), the procedure is as well.

2012-03-12  Tobias Burnus  <burnus@net-b.de>

        PR fortran/52542
        * gfortran.dg/proc_ptr_35.f90: New.

From-SVN: r185215
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/proc_ptr_35.f90 [new file with mode: 0644]