re PR fortran/29431 (Not Implemented: complex character array constructors)
authorPaul Thomas <pault@gcc.gnu.org>
Thu, 9 Nov 2006 22:49:12 +0000 (22:49 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Thu, 9 Nov 2006 22:49:12 +0000 (22:49 +0000)
commit012019922e6fed9b526e0c9cc34ec15250b73939
treebed8c70b70d83314600842c219fac7804ddc3afa
parent217b58895ef4c0fd9ca9e885a90c5a08c3634642
re PR fortran/29431 (Not Implemented: complex character array constructors)

2006-11-09 Paul Thomas <pault@gcc.gnu.org>

PR fortran/29431
* trans-array.c    (get_array_ctor_strlen): If we fall through to
default, use a constant character length if it is available.

2006-11-09 Paul Thomas <pault@gcc.gnu.org>

PR fortran/29431
* gfortran.dg/array_constructor_13.f90: New test.

From-SVN: r118631
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/array_constructor_13.f90 [new file with mode: 0644]