re PR libfortran/46800 (Handle CTRL-D correctly with STDIN)
commite34994fcff3c514e35f0b47b0ad93e71b98ae583
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Tue, 18 Mar 2014 01:20:02 +0000 (18 01:20 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Tue, 18 Mar 2014 01:20:02 +0000 (18 01:20 +0000)
treea6a707090c6c402e96bc2a3a2e63924cea43d80b
parentd65e2594fbfacec1fb0ba72d5ed93ec01dfda494
re PR libfortran/46800 (Handle CTRL-D correctly with STDIN)

2014-03-17  Jerry DeLisle  <jvdelisle@gcc.gnu>

PR libfortran/46800
* io/list_read.c (list_formatted_read_scalar): Do not use
eat_separator. Explicitly set the comma and end-of-line flags.
Check for END condition from finish_separator.

From-SVN: r208629
libgfortran/ChangeLog
libgfortran/io/list_read.c