OSDN Git Service

2005-11-30 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Nov 2005 17:26:40 +0000 (17:26 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Nov 2005 17:26:40 +0000 (17:26 +0000)
commit0b044e591ce045ef8aaae679db5a4ea9411b6b8d
tree4cab46bed130eb0f0b7437bac89bbc2298702409
parent41192ab8ab099ffc0ae25c7ad023c08f83eac9b7
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107727 138bc75d-0d04-0410-961f-82ee72b054a4
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]