public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/14565] New: [gfortran]  formatted write to an un-opened unit causes a segv
@ 2004-03-13  2:14 bdavis9659 at comcast dot net
  2004-03-13 18:55 ` [Bug libfortran/14565] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bdavis9659 at comcast dot net @ 2004-03-13  2:14 UTC (permalink / raw)
  To: gcc-bugs

short example to demonstrate:

       WRITE(99,100) 1
 100   FORMAT(I4)
       END

$ gfortran x.f
$ ./a.out
Segmentation fault (core dumped)


$ g77 x.f
$ ./a.out
$ cat fort.99
   1


$ gfortran --version
GNU Fortran 95 (GCC 3.5-tree-ssa 20040311 (merged 20040307))

-- 
           Summary: [gfortran]  formatted write to an un-opened unit causes
                    a segv
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bdavis9659 at comcast dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2004-04-01  1:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-13  2:14 [Bug fortran/14565] New: [gfortran] formatted write to an un-opened unit causes a segv bdavis9659 at comcast dot net
2004-03-13 18:55 ` [Bug libfortran/14565] " pinskia at gcc dot gnu dot org
2004-03-16  1:34 ` pinskia at gcc dot gnu dot org
2004-03-26 15:24 ` pinskia at gcc dot gnu dot org
2004-04-01  1:13 ` cvs-commit at gcc dot gnu dot org
2004-04-01  1:31 ` pbrook 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).