[Bug libfortran/46800] Handle CTRL-D correctly with STDIN
jvdelisle at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Mar 16 18:58:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46800
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |ASSIGNED
Resolution|FIXED |---
Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot gnu.org
--- Comment #3 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Not fixed. With the original test case. If one gives one or more empty
keyboard enters in response to the read from stdin, it then takes two Ctrl-D to
get a out of the read loop. It should only take a single Ctrl-D
More information about the Gcc-bugs
mailing list