public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/12921] New: direct access i/o doesn't work
@ 2003-11-05 23:01 jswhit at fastmail dot fm
  2003-11-06  1:55 ` [Bug fortran/12921] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jswhit at fastmail dot fm @ 2003-11-05 23:01 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: direct access i/o doesn't work
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jswhit at fastmail dot fm
                CC: gcc-bugs at gcc dot gnu dot org

this program

program testio
real(4) pi
open(9,file="test.dat",access="direct",form="unformatted",status="new",recl=4)
pi = 4.*atan(1.0)
write(9,rec=1) pi
close(9)
end program testio

gives this runtime error

 At line 3 of file testio.f90                                                    
Fortran runtime error: ACCESS parameter conflicts with SEQUENTIAL access 

using 20031104 CVS.


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

end of thread, other threads:[~2004-03-24 16:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-05 23:01 [Bug fortran/12921] New: direct access i/o doesn't work jswhit at fastmail dot fm
2003-11-06  1:55 ` [Bug fortran/12921] " pinskia at gcc dot gnu dot org
2003-11-15 12:51 ` [Bug fortran/12921] [gfortran] " toon at moene dot indiv dot nluug dot nl
2004-02-28 12:58 ` [Bug libfortran/12921] " bdavis9659 at comcast dot net
2004-03-24 10:53 ` cvs-commit at gcc dot gnu dot org
2004-03-24 16:01 ` 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).