This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/21459] strings of different length in a single character(len=*) declaration
- From: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 May 2005 20:24:26 -0000
- Subject: [Bug libfortran/21459] strings of different length in a single character(len=*) declaration
- References: <20050509032552.21459.kamaraju@gmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tobi at gcc dot gnu dot org 2005-05-11 20:24 -------
The problem is that all characters declared on the same line share the same
gfc_charlen structure. This should be fixed during resolution, I'll have a look
at this.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21459