This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/17144] Not Implemented: Character string array constructors / Assignment to char array
- From: "c dot lemmen at fz-juelich dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Aug 2004 07:36:05 -0000
- Subject: [Bug fortran/17144] Not Implemented: Character string array constructors / Assignment to char array
- References: <20040823073024.17144.c.lemmen@fz-juelich.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From c dot lemmen at fz-juelich dot de 2004-08-23 07:36 -------
Created an attachment (id=6978)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6978&action=view)
Testcase for assignment to character array
Assignment to a constant or variable character array works only in a
declaration statement. This was considered in bugs PR 13253 and PR 12842.
It might not be a dup (of course, it may...) because
this case is somewhat different: a character array is first declared and values
are assigned within the implementation section.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17144