re PR fortran/47569 (gfortran does not detect that the parameters for passing a parti...
authorTobias Burnus <burnus@net-b.de>
Sun, 13 Feb 2011 19:26:24 +0000 (20:26 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Sun, 13 Feb 2011 19:26:24 +0000 (20:26 +0100)
commit975b975b29fa2aa9dd562a55006a4cd93421a652
tree7188e003b09e504b9233cc303567e5f11e1e0c8c
parent4b79050f02be420f4c76874c0ee799d68c32beb8
re PR fortran/47569 (gfortran does not detect that the parameters for passing a partial string to a subroutine are incorrect)

2011-02-13  Tobias Burnus  <burnus@net-b.de>

        PR fortran/47569
        * interface.c (compare_parameter): Avoid ICE with
        character components.

2011-02-13  Tobias Burnus  <burnus@net-b.de>

        * gfortran.dg/argument_checking_13.f90: Update dg-error.
        * gfortran.dg/argument_checking_17.f90: New.

From-SVN: r170110
gcc/fortran/ChangeLog
gcc/fortran/interface.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/argument_checking_13.f90
gcc/testsuite/gfortran.dg/argument_checking_17.f90 [new file with mode: 0644]