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/78881] [F03] reading from string with DTIO procedure does not work properly


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78881

--- Comment #10 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
The test cases I have been working on uses:

   read( unit=s, fmt='(dt)', iostat=istat, iomsg=imsg, pad='yes' ) foo

versus:

   read( unit=s, fmt=*, iostat=istat, iomsg=imsg, pad='yes' ) foo

With fmt=*, the first character is still getting eaten and I think is related
to parent. Needless to say, this PR has uncovered multiple issues so is taking
me a lot of time.

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