------- Comment #10 from d at domob dot eu 2008-03-25 16:40 ------- (In reply to comment #7) > (In reply to comment #6) > > This string length change (and padding) needs to happen way earlier than that. > We should make it happen during the matching, when we convert the constructor > objects into the array constructor type.
Hm, what about adding a case to gfc_resolve_character_array_constructor handling arrays *with* given length by padding all elements that are shorter? Would this work? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27997