re PR fortran/37201 (ICE in in gfc_conv_string_parameter)
authorTobias Burnus <burnus@net-b.de>
Sun, 24 Aug 2008 17:16:46 +0000 (19:16 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Sun, 24 Aug 2008 17:16:46 +0000 (19:16 +0200)
commit3a73a5409f193d56911728a6df552ec26c75a3ad
tree68396cfe33ea5ca4b99691d8c019ac84b7191117
parent0dbca53731ccc8e6785b30ccb679bad2faa9ea2c
re PR fortran/37201 (ICE in in gfc_conv_string_parameter)

2008-08-24  Tobias Burnus  <burnus@net-b.de>

        PR fortran/37201
        * trans-expr.c (gfc_conv_function_call): Add string_length
        for character-returning bind(C) functions.

2008-08-24  Tobias Burnus  <burnus@net-b.de>

        PR fortran/37201
        * gfortran.dg/bind_c_usage_17.f90: New.
        * gfortran.dg/bind_c_usage_17_c.c: New.

From-SVN: r139537
gcc/fortran/ChangeLog
gcc/fortran/trans-expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/bind_c_usage_17.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/bind_c_usage_17_c.c [new file with mode: 0644]