trans-decl.c (create_function_arglist): Add hidden coarray
commit598cc4fada2da6388903a749f33f94c696685b09
authorTobias Burnus <burnus@net-b.de>
Wed, 30 Apr 2014 19:10:16 +0000 (30 21:10 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Wed, 30 Apr 2014 19:10:16 +0000 (30 21:10 +0200)
tree6d0d108dfb8d8ecc0f1e634cfbea2ad283bd8327
parent2c060879af5a92b49c11e70004fcd377f6a5a3ea
trans-decl.c (create_function_arglist): Add hidden coarray

2014-04-30  Tobias Burnus  <burnus@net-b.de>

        * trans-decl.c (create_function_arglist): Add hidden coarray
        * arguments
        also for polymorphic coarrays.
        * trans-expr.c (gfc_conv_procedure_call): Pass hidden coarray
        arguments also for polymorphic coarrays.

2014-04-30  Tobias Burnus  <burnus@net-b.de>

        * gfortran.dg/coarray_poly_7.f90
        * gfortran.dg/coarray_poly_8.f90
        * gfortran.dg/coarray_poly_9.f90

From-SVN: r209953
gcc/fortran/ChangeLog
gcc/fortran/trans-decl.c
gcc/fortran/trans-expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/coarray_poly_6.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/coarray_poly_7.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/coarray_poly_8.f90 [new file with mode: 0644]