--- Additional Comments From rsandifo at gcc dot gnu dot org 2005-09-08
18:51 ---
Patch committed to trunk.
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-08
18:46 ---
Subject: Bug 15326
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-09-08 18:46:06
Modified files:
gcc/fortran: ChangeLog trans-array.c trans-expr.c
--- Additional Comments From rsandifo at gcc dot gnu dot org 2005-08-31
20:42 ---
Working on a patch.
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-31
15:15 ---
*** Bug 23654 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-12
16:56 ---
*** Bug 19927 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--
What|Removed |Added
OtherBugsDependingO||19292
nThis||
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15326
--- Additional Comments From Tobias dot Schlueter at physik dot uni-muenchen dot
de 2004-10-10 21:08 ---
Subject: Re: ICE with assumed length character strings
tobi at gcc dot gnu dot org wrote:
> If the function D from the testcase is declared external, with no interface, we
> hit the
--- Additional Comments From tobi at gcc dot gnu dot org 2004-10-10 21:04 ---
The patch is wrong because it does only solve part of the problem.
With the testcase from the mailing list posting referred to above, we get code
like this:
{
logical4 D.464;
char[1 .. .d] * pstr.0;