This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/50815] ICE on allocation of deferred length character scalar dummy argument when -fbounds-check


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

--- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-12-08 19:01:00 UTC ---
Author: burnus
Date: Thu Dec  8 19:00:55 2011
New Revision: 182134

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


Added:
    trunk/gcc/testsuite/gfortran.dg/bounds_check_16.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-decl.c
    trunk/gcc/testsuite/ChangeLog
    trunk/libgfortran/io/transfer.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]