This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch, libgfortran] Bug 78123 - Short reads with T edit descriptor not padding correctly
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: Jerry DeLisle <jvdelisle at charter dot net>
- Cc: "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 30 Oct 2016 13:32:13 -0700
- Subject: Re: [patch, libgfortran] Bug 78123 - Short reads with T edit descriptor not padding correctly
- Authentication-results: sourceware.org; auth=none
- References: <2d818684-7980-2203-c665-5feadb5d459f@charter.net>
On Sun, Oct 30, 2016 at 01:21:41PM -0700, Jerry DeLisle wrote:
> 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?
>
OK for all branches.
--
Steve