public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/19052] New: unit 0 not preconnected to standard error
@ 2004-12-17  9:05 Thomas dot Koenig at online dot de
  2004-12-17  9:05 ` [Bug libfortran/19052] " Thomas dot Koenig at online dot de
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Thomas dot Koenig at online dot de @ 2004-12-17  9:05 UTC (permalink / raw)
  To: gcc-bugs

This is different from g77 (and to all
Unix fortran compilers that I know of).

$ cat unit_0.f
      write (0,*) "hello"
      end
$ rm -f fort.0
$ gfortran unit_0.f
$ ./a.out
$ cat fort.0
 hello
$ rm -f fort.0
$ g77 unit_0.f
$ ./a.out
 hello
$ cat fort.0
cat: fort.0: No such file or directory

-- 
           Summary: unit 0 not preconnected to standard error
           Product: gcc
           Version: unknown
            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=19052


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

end of thread, other threads:[~2005-01-23  0:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-17  9:05 [Bug libfortran/19052] New: unit 0 not preconnected to standard error Thomas dot Koenig at online dot de
2004-12-17  9:05 ` [Bug libfortran/19052] " Thomas dot Koenig at online dot de
2004-12-17 12:40 ` pinskia at gcc dot gnu dot org
2005-01-06 14:43 ` tobi at gcc dot gnu dot org
2005-01-23  0:16 ` cvs-commit at gcc dot gnu dot org
2005-01-23  0:24 ` dje at gcc dot gnu dot org
2005-01-23  0:26 ` dje 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).