re PR fortran/50815 (ICE on allocation of deferred length character scalar dummy...
authorTobias Burnus <burnus@net-b.de>
Thu, 8 Dec 2011 19:00:55 +0000 (20:00 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Thu, 8 Dec 2011 19:00:55 +0000 (20:00 +0100)
commit32157107405ff1912d3d5382b0195e579e527bae
tree531aa44971a86bc6628e1a87dfea2ea320382f9f
parent3787b8ffe0ccf1f5cc47c2065f535f8a944156ea
re PR fortran/50815 (ICE on allocation of deferred length character scalar dummy argument when -fbounds-check)

2011-12-08  Tobias Burnus  <burnus@net-b.de>

        PR fortran/50815
        * trans-decl.c (add_argument_checking): Skip bound checking
        for deferred-length strings.

2011-12-08  Tobias Burnus  <burnus@net-b.de>

        PR fortran/50815
        * gfortran.dg/bounds_check_16.f90: New.

From-SVN: r182134
gcc/fortran/ChangeLog
gcc/fortran/trans-decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/bounds_check_16.f90 [new file with mode: 0644]
libgfortran/io/transfer.c