re PR fortran/30073 (Array out of bounds gives name of RHS array not LHS array)

2010-04-16  Steven G. Kargl  <kargl@gcc.gnu.org>

    PR fortran/30073
    * trans-array.c (gfc_trans_array_bound_check): Eliminate a redundant
    block of code.  Set name to the variable associated with the descriptor.

From-SVN: r158431
This commit is contained in:
Steven G. Kargl 2010-04-16 15:48:40 +00:00
parent d5793a8f69
commit 775cd74f92
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2010-04-16 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/30073
* trans-array.c (gfc_trans_array_bound_check): Eliminate a redundant
block of code. Set name to the variable associated with the descriptor.
2010-04-07 Janne Blomqvist <jb@gcc.gnu.org>
PR fortran/43539