public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/31256]  New: Reading from /dev/zero hangs
@ 2007-03-18 18:28 jvdelisle at gcc dot gnu dot org
  2007-03-18 18:31 ` [Bug libfortran/31256] " fxcoudert at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2007-03-18 18:28 UTC (permalink / raw)
  To: gcc-bugs

With the following test program gfortran hangs, so also g77, and ifort gives a
severe error, out of memory.

$ cat dev_zero.f 
      character*20 foo
      integer i
      open(10,file="/dev/zero")
      read(10, '(A)') foo
      write(10,'(A)') "Hello"
      rewind(10)
      read(10, '(A)') foo
 100  continue
      end


-- 
           Summary: Reading from /dev/zero hangs
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jvdelisle at gcc dot gnu dot org
  GCC host triplet: x86-64-pc-Linux


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


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

end of thread, other threads:[~2007-10-19 22:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-18 18:28 [Bug libfortran/31256] New: Reading from /dev/zero hangs jvdelisle at gcc dot gnu dot org
2007-03-18 18:31 ` [Bug libfortran/31256] " fxcoudert at gcc dot gnu dot org
2007-04-11  7:42 ` burnus at gcc dot gnu dot org
2007-04-13  6:52 ` jvdelisle at gcc dot gnu dot org
2007-10-19 22:01 ` jvdelisle 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).