[Bug fortran/47569] [4.3/4.4/4.5 Regression] gfortran does not detect that the parameters for passing a partial string to a subroutine are incorrect

burnus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Feb 14 08:04:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47569

--- Comment #13 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-02-14 06:38:48 UTC ---
Author: burnus
Date: Mon Feb 14 06:38:44 2011
New Revision: 170123

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170123
Log:
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.


Added:
    branches/gcc-4_5-branch/gcc/testsuite/gfortran.dg/argument_checking_17.f90
Modified:
    branches/gcc-4_5-branch/gcc/fortran/ChangeLog
    branches/gcc-4_5-branch/gcc/fortran/interface.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_5-branch/gcc/testsuite/gfortran.dg/argument_checking_13.f90



More information about the Gcc-bugs mailing list