--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-13
20:11 ---
*** Bug 17123 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--
What|Removed |Added
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19928
--- Additional Comments From rsandifo at gcc dot gnu dot org 2005-09-08
16:09 ---
Patch applied to trunk.
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-08
16:07 ---
Subject: Bug 19928
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-09-08 16:06:55
Modified files:
gcc/fortran: ChangeLog trans-array.c trans-expr.c
--- Additional Comments From rsandifo at gcc dot gnu dot org 2005-08-26
10:48 ---
Have a possible patch.
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu
--- Additional Comments From Thomas dot Koenig at online dot de 2005-02-13
17:50 ---
Looking at PR 17123 a bit more closely, I think that
this is a duplicate.
Thomas
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19928
--- Additional Comments From Thomas dot Koenig at online dot de 2005-02-13
14:24 ---
No derived type is necessary:
$ cat pr19928.f90
subroutine pr19928
character :: signal_names(10)*16
signal_names = ''
write (*,*) signal_names(:)(1:4)
end subroutine pr19928
$ gfortran pr19928.f90
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-12
16:59 ---
Confirmed, related to PR 17123.
--
What|Removed |Added
Status|UNCONFIRMED