https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66709
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|jvdelisle at gcc dot gnu.org |unassigned at gcc dot gnu.org --- Comment #7 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- (In reply to Thomas Koenig from comment #6) > From the F2009 standard: > > If the format is a character array, it is treated as if all of the elements > of the array were specified in array element > order and were concatenated. However, if a format is a character array > element, the format specification shall be > entirely within that array element. > > So, we need a concatenation of the array elements. Sounds entirely doable. > > Jerry, if you want me to do it, just say so. Please take.