re PR fortran/24789 ([gfortran] ICE when assigning to array of strings)
authorPaul Thomas <pault@gcc.gnu.org>
Thu, 1 Dec 2005 06:58:04 +0000 (06:58 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Thu, 1 Dec 2005 06:58:04 +0000 (06:58 +0000)
commita41baa6442862b5ad7847d3ddf60d9ed50e55833
tree9300fe88bbeb767ca5d194a50e0a21c529a8804e
parentada8006795ce5c3d1486c9b39c2f52dd39e71b97
re PR fortran/24789 ([gfortran] ICE when assigning to array of strings)

2005-12-01  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/24789
* trans-decl.c (gfc_get_symbol_decl):  Move the expression for
unit size of automatic character length, dummy pointer array
elements down a few lines from the version that fixed PR15809.

2005-12-01  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/24789
*  gfortran.dg/auto_char_dummy_array_2.f90: New test.

From-SVN: r107805
gcc/fortran/ChangeLog
gcc/fortran/trans-decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/auto_char_dummy_array_2.f90 [new file with mode: 0644]