This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: [patch, libgfortran] Bug 78123 - Short reads with T edit descriptor not padding correctly


Hi Jerry,

See patch below which is very simple. We were handling the case where we
tabbed left of current position in the record by clearing the seen_eor
flag. We were not handling the case where we tab toward the right and so
are still at eor.

New test case attached. Regression tested on x86-64-linux.

OK to commit?

This is a regression relative to g77. Its simple enough I think it
should go to 5 and 6 as well.

I think so too.  OK for all affected branches.

Thanks for the patch!

	Thomas


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