This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/17144] Not Implemented: Character string array constructors / Assignment to char array


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]