]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/54818 (error: type mismatch in binary expression)
authorTobias Burnus <burnus@net-b.de>
Thu, 20 Dec 2012 08:13:21 +0000 (09:13 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Thu, 20 Dec 2012 08:13:21 +0000 (09:13 +0100)
commit64ff24b33ee82bfdef545551709aae354aecf685
tree5de530b655e61a697a99f2f57209b595f9a6e109
parentd19a6672c9e798d7e5b18d4eabc355f2123ca2f0
re PR fortran/54818 (error: type mismatch in binary expression)

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

        PR fortran/54818
        * trans-intrinsic.c (gfc_conv_intrinsic_transfer): Ensure that
        the string length is of type gfc_charlen_type_node.

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

        PR fortran/54818
        * gfortran.dg/transfer_intrinsic_4.f: New.

From-SVN: r194628
gcc/fortran/ChangeLog
gcc/fortran/trans-intrinsic.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/transfer_intrinsic_4.f [new file with mode: 0644]