diff options
author | Paul Thomas <pault@gcc.gnu.org> | 2007-05-31 21:11:31 +0000 |
---|---|---|
committer | Paul Thomas <pault@gcc.gnu.org> | 2007-05-31 21:11:31 +0000 |
commit | cba83c6f794f7282133f08ae68908c3b5b414d20 (patch) | |
tree | 93668067ded983815a16d14f112f10d5e3f087fd /gcc/fortran | |
parent | 2c751309df4f3c1021f4a8714f57ea757feec63e (diff) | |
download | gcc-cba83c6f794f7282133f08ae68908c3b5b414d20.zip gcc-cba83c6f794f7282133f08ae68908c3b5b414d20.tar.gz gcc-cba83c6f794f7282133f08ae68908c3b5b414d20.tar.bz2 |
re PR fortran/32156 (ICE with characters)
2007-05-31 Paul Thomas <pault@gcc.gnu.org>
PR fortran/32156
* trans-array.c (gfc_trans_array_constructor): Treat the case
where the ss expression charlen is missing.
2007-05-31 Paul Thomas <pault@gcc.gnu.org>
PR fortran/32156
* gfortran.dg/char_array_constructor_3.f90: New test.
From-SVN: r125240
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 1f60b34..025471e 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,11 @@ 2007-05-31 Paul Thomas <pault@gcc.gnu.org> + PR fortran/32156 + * trans-array.c (gfc_trans_array_constructor): Treat the case + where the ss expression charlen is missing. + +22007-05-31 Paul Thomas <pault@gcc.gnu.org> + PR fortran/32103 * module.c (mio_symtree_ref): If an equivalence group member is not used, give it a hidden symbol and set the pointer_info. |