trans-array.c (gfc_trans_dealloc_allocated): Take a tree representation of the...
trans-array.c (gfc_trans_dealloc_allocated): Take a tree representation of the array to be deallocated as argument instead... 2006-04-02 Erik Edelmann <eedelman@gcc.gnu.org> * trans-array.c (gfc_trans_dealloc_allocated): Take a tree representation of the array to be deallocated as argument instead of its gfc_symbol. (gfc_trans_deferred_array): Update call to gfc_trans_dealloc_allocated. * trans-array.h (gfc_trans_dealloc_allocated): Update prototype. * trans-expr.c (gfc_conv_function_call): Update call to gfc_trans_dealloc_allocated, get indirect reference to dummy arguments. 2006-04-02 Erik Edelmann <eedelman@gcc.gnu.org> * gfortran.dg/allocatable_dummy_1.f90: Also check that allocatable dummy arguments work when the actual argument is itself a dummy argument of the caller. From-SVN: r112625
Showing
- gcc/fortran/ChangeLog 13 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/trans-array.c 3 additions, 7 deletionsgcc/fortran/trans-array.c
- gcc/fortran/trans-array.h 2 additions, 2 deletionsgcc/fortran/trans-array.h
- gcc/fortran/trans-expr.c 4 additions, 1 deletiongcc/fortran/trans-expr.c
- gcc/testsuite/ChangeLog 6 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/allocatable_dummy_1.f90 1 addition, 1 deletiongcc/testsuite/gfortran.dg/allocatable_dummy_1.f90
Loading
Please register or sign in to comment