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] PR47667 I/O for reals: READ waits for input after "i" and "n"


On Sat, Feb 12, 2011 at 01:48, Jerry DeLisle <jvdelisle@frontier.com> wrote:
> Hi,
>
> The attached patch was regression tested x86-64. This prevents calling
> eat_line and waiting for the next line.
>
> We don't really have a wat to do a test case.
>
> OK for trunk?

Ok.

As a curiosity, shouldn't eat_line() effectively be a no-op if the
current character is "\n"?

-- 
Janne Blomqvist


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