re PR fortran/29800 (-fbounds-check: For derived types, write not also compound name)
authorTobias Burnus <burnus@net-b.de>
Wed, 26 Jun 2013 15:39:25 +0000 (17:39 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Wed, 26 Jun 2013 15:39:25 +0000 (17:39 +0200)
commit31f02c775233015db6fb95d31a9cff7a193428d8
tree924d448f2d4f82f5bc8b73c8b0d78ce5aa666bf5
parentfd8c65e7d3f82eb0ec12de4402e8a0a6eb231e90
re PR fortran/29800 (-fbounds-check: For derived types, write not also compound name)

2013-06-26  Tobias Burnus  <burnus@net-b.de>

        PR fortran/29800
        * trans-array.c (gfc_conv_array_ref): Improve out-of-bounds
        diagnostic message.
        * trans-array.c (gfc_conv_array_ref): Update prototype.
        * trans-expr.c (gfc_conv_variable): Update call.

2013-06-26  Tobias Burnus  <burnus@net-b.de>

        PR fortran/29800
        * gfortran.dg/bounds_check_17.f90: New.

From-SVN: r200425
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/fortran/trans-array.h
gcc/fortran/trans-expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/bounds_check_17.f90 [new file with mode: 0644]