public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/18983] New: can't open /dev/null as an output file
@ 2004-12-14 13:35 Thomas dot Koenig at online dot de
  2004-12-14 22:14 ` [Bug libfortran/18983] " tobi at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Thomas dot Koenig at online dot de @ 2004-12-14 13:35 UTC (permalink / raw)
  To: gcc-bugs

$ cat devnull.f90
  open(10,file="/dev/null")
  write(10,*) "Hello, world"
end
$ gfortran devnull.f90
$ ./a.out
At line 2 of file devnull.f90
Fortran runtime error: Invalid argument
$ gfortran -v
Reading specs from /home/zfkts/lib/gcc/ia64-unknown-linux-gnu/4.0.0/specs
Configured with: ../gcc-4.0-20041212/configure --prefix=/home/zfkts
--enable-languages=c,c++,f95
Thread model: posix
gcc version 4.0.0 20041212 (experimental)

-- 
           Summary: can't open /dev/null as an output file
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Thomas dot Koenig at online dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-01-15  8:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-14 13:35 [Bug libfortran/18983] New: can't open /dev/null as an output file Thomas dot Koenig at online dot de
2004-12-14 22:14 ` [Bug libfortran/18983] " tobi at gcc dot gnu dot org
2004-12-29  9:58 ` bdavis at gcc dot gnu dot org
2005-01-15  8:11 ` cvs-commit at gcc dot gnu dot org
2005-01-15  8:48 ` 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).