]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/47569 (gfortran does not detect that the parameters for passing a parti...
authorTobias Burnus <burnus@gcc.gnu.org>
Mon, 14 Feb 2011 14:05:52 +0000 (15:05 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Mon, 14 Feb 2011 14:05:52 +0000 (15:05 +0100)
commit18b98502acb761c74a43e716e8f433783b191a8e
tree65c6408165a58b6b7ff5247e191b191707c258d5
parent8cc0fa0f11e27f1ba618a5d56901deac5a09255d
re PR fortran/47569 (gfortran does not detect that the parameters for passing a partial string to a subroutine are incorrect)

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

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

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

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

From-SVN: r170129
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]