https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117819
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- For formatted READ the default PAD mode is YES. We should fill in the effective item with trailing blanks to fulfill the specified width of the read. Then, if the BLANK mode is currently ZERO, then those padded blanks are to be converted to zeros. I don't think we are doing the padding correctly either.