]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/45211 (C interoperable error when compiling BIND(C) function in a module.)
authorTobias Burnus <burnus@net-b.de>
Sun, 15 Aug 2010 16:20:56 +0000 (18:20 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Sun, 15 Aug 2010 16:20:56 +0000 (18:20 +0200)
commitba3721c1c20ccd158a3631af7518e6d1d2662514
tree0b60fb361f5d9e16fc724fb17db94a493bbe66bf
parent08857b61110b21df00ad74de9d36ef8392dc98d3
re PR fortran/45211 (C interoperable error when compiling BIND(C) function in a module.)

2010-08-15  Tobias Burnus  <burnus@net-b.de>

        PR fortran/45211
        * decl.c (verify_c_interop_param): Remove superfluous space (" ").
        (verify_c_interop): Handle unresolved DT with bind(C).

2010-08-15  Tobias Burnus  <burnus@net-b.de>

        PR fortran/45211
        * gfortran.dg/bind_c_usage_21.f90: New.
        * gfortran.dg/bind_c_dts_3.f03: Update dg-error.

From-SVN: r163264
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/bind_c_dts_3.f03
gcc/testsuite/gfortran.dg/bind_c_usage_21.f90 [new file with mode: 0644]