]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/trans-io.cc
[multiple changes]
authorPaul Thomas <pault@gcc.gnu.org>
Wed, 30 Nov 2005 17:26:40 +0000 (17:26 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Wed, 30 Nov 2005 17:26:40 +0000 (17:26 +0000)
commit99c7ab426c16387fb2a27681f54b0ca4ff853b69
tree4cab46bed130eb0f0b7437bac89bbc2298702409
parente541c31f4ca60209f17d3b44d365cfee4659b899
[multiple changes]

2005-11-30  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/15809
* trans-decl.c (gfc_get_symbol_decl):  In the case of automatic
character length, dummy pointer arrays, build an expression for
unit size of the array elements, to be picked up and used in the
descriptor dtype.
* trans-io.c (gfc_trans_transfer):  Modify the detection of
components of derived type arrays to use the gfc_expr references
instead of the array descriptor dtype.  This allows the latter
to contain expressions.

2005-11-30  Erik Edelmann  <erik.edelmann@iki.fi>

PR fortran/15809
* trans-array.c (gfc_trans_deferred_array):  Allow PARM_DECLs past
in addition to VAR_DECLs.

2005-11-30  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/15809
*  gfortran.dg/auto_char_dummy_array.f90: New test.

From-SVN: r107727
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/fortran/trans-decl.c
gcc/fortran/trans-io.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/auto_char_dummy_array_1.f90 [new file with mode: 0644]