]> gcc.gnu.org Git - gcc.git/commit
trans-array.c (gfc_trans_dealloc_allocated): Take a tree representation of the array...
authorErik Edelmann <eedelman@gcc.gnu.org>
Sun, 2 Apr 2006 17:00:39 +0000 (17:00 +0000)
committerErik Edelmann <eedelman@gcc.gnu.org>
Sun, 2 Apr 2006 17:00:39 +0000 (17:00 +0000)
commit763ccd45373c3c60afee048d86ca073aa0e2e860
tree7090a0a4e5cba66a5413fbfc2c0390b70ed6c1fc
parentace23abf021c2785afc2d66280b47b11aecd56ee
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
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/allocatable_dummy_1.f90
This page took 0.055332 seconds and 5 git commands to generate.