re PR fortran/40110 (Bind(C): gfortran rejects the questionable but formally correct...
authorTobias Burnus <burnus@net-b.de>
Tue, 12 May 2009 22:42:45 +0000 (00:42 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Tue, 12 May 2009 22:42:45 +0000 (00:42 +0200)
commit2be517627af141485812051da28eb6bf510f87b4
tree4dcf401487c82926ae1e272965c0e247c96f8b37
parentcdeed45ae6332ad98f220653878c11e6208a267f
re PR fortran/40110 (Bind(C): gfortran rejects the questionable but formally correct INTEGER(C_CHAR))

2009-05-12  Tobias Burnus  <burnus@net-b.de>

        PR fortran/40110
        * decl.c (gfc_match_kind_spec): Turn C kind error into a
        * warning.

2009-05-12  Tobias Burnus  <burnus@net-b.de>

        PR fortran/40110
        * gfortran.dg/bind_c_usage_18.f90: Change dg-error into
        dg-warning.
        * gfortran.dg/c_kind_tests_2.f03: Ditto.
        * gfortran.dg/interop_params.f03: Ditto.

From-SVN: r147452
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/bind_c_usage_18.f90
gcc/testsuite/gfortran.dg/c_kind_tests_2.f03
gcc/testsuite/gfortran.dg/interop_params.f03