public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/20005] New: reading a single "return" character fails
@ 2005-02-16 16:08 coudert at clipper dot ens dot fr
  2005-02-22 10:33 ` [Bug libfortran/20005] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: coudert at clipper dot ens dot fr @ 2005-02-16 16:08 UTC (permalink / raw)
  To: gcc-bugs

On all fortran compilers I could test, the following does what is expected (that
is, pressing the enter key prints "well done"). gfortran waits for a non-newline
character:

program testRead
implicit none
character(1) resp
write (*,'('' hit return: '',$)')
read (*,'(a)') resp
write (*,'('' well done.'')')
end

-- 
           Summary: reading a single "return" character fails
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: coudert at clipper dot ens dot fr
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20005


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-06-05  7:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-16 16:08 [Bug libfortran/20005] New: reading a single "return" character fails coudert at clipper dot ens dot fr
2005-02-22 10:33 ` [Bug libfortran/20005] " pinskia at gcc dot gnu dot org
2005-02-28  8:28 ` coudert at clipper dot ens dot fr
2005-04-10  8:36 ` cvs-commit at gcc dot gnu dot org
2005-04-10  8:40 ` tkoenig at gcc dot gnu dot org
2005-05-03 19:41 ` [Bug libfortran/20005] [4.0 only] " cvs-commit at gcc dot gnu dot org
2005-05-03 19:47 ` tkoenig at gcc dot gnu dot org
2005-06-05  7:44 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).